xlsx.read() don't keep styles. #2952

Closed
opened 2023-05-22 11:40:12 +00:00 by genisSN · 2 comments

I'm reading a binary file(received from API) using xlsx.read():

let workbook=xlsx.read(base64);

Then I use xlsx.WriteFile() to download the file. Apparently, it does, but when I open the file to see the result it has no styles.

Is there any way to solve this?

I'm reading a binary file(received from API) using xlsx.read(): let workbook=xlsx.read(base64); Then I use xlsx.WriteFile() to download the file. Apparently, it does, but when I open the file to see the result it has no styles. Is there any way to solve this?
genisSN changed title from xlsx.readFile() don't keep styles. to xlsx.read() don't keep styles. 2023-05-23 06:48:27 +00:00
Author

The file already has styles, so I'm not trying to add styles to the sheet, I just want to keep the styles it already has.

The file already has styles, so I'm not trying to add styles to the sheet, I just want to keep the styles it already has.
Owner

This is something currently supported in our Pro offering. We definitely want to address styling in the community edition, but the timeline is unknown.

This is something currently supported in our [Pro offering](https://sheetjs.com/pro). We definitely want to address styling in the community edition, but the timeline is unknown.
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#2952
No description provided.