Do not apply styles to cells? #2850

Closed
opened 2023-01-12 13:18:25 +00:00 by Ana · 1 comment

Hello,
I have updated the files and the cell styles no longer work.
I am doing like this:

workSheet[cellRef] = {
v: dataValue,
t: cellType,
s: style
};

where style is for example something like this:

{ font: { name: 'Verdana', sz: '8' } }.

This previously worked, but now it doesn't apply any style.
Has the way of applying styles changed?

Thanks!!

Hello, I have updated the files and the cell styles no longer work. I am doing like this: workSheet[cellRef] = { v: dataValue, t: cellType, s: ***style*** }; where ***style*** is for example something like this: { font: { name: 'Verdana', sz: '8' } }. This previously worked, but now it doesn't apply any style. Has the way of applying styles changed? Thanks!!
Ana changed title from Do not apply styles to cells to Do not apply styles to cells? 2023-01-12 14:36:19 +00:00
Owner

The community edition does not currently support styling. We eventually aim to support styling once we are happy with the state of data processing.

If you are asking about our Pro builds, please send an email to pro@sheetjs.com

The community edition does not currently support styling. We eventually aim to support styling once we are happy with the state of data processing. If you are asking about our Pro builds, please send an email to pro@sheetjs.com
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2850
No description provided.