How to use the new stream.xlsx.WorkbookReader() #2517
Replies: 13 comments 6 replies
-
Hi, I started to receive the worksheet and row events once I set the options correctly. Accessing each row I can now get the cell values for each row as seen below. However, I am still not receiving the 'shared-strings' event. Can you please tell me how I can access the the actual values of shared Strings ? Thanks, row.values [ , { sharedString: 2 }, { sharedString: 3 } ] |
Beta Was this translation helpful? Give feedback.
-
Hi, Could you please show us the code you use to get this output from WorkbookReader() ? |
Beta Was this translation helpful? Give feedback.
-
@bluedge I don't have access to the exact code that I used, nor have I been following any of the subsequent updates to this library. With that in mind, this code is untested and was only used for prototype testing
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your answer Alan !!! |
Beta Was this translation helpful? Give feedback.
-
Hi work on workbook reader is paused - there are memory issues with the implementation that I'm not happy with so I haven't properly released it yet. As always, when time allows I hope to work on it. |
Beta Was this translation helpful? Give feedback.
-
@guyonroche |
Beta Was this translation helpful? Give feedback.
-
Hi, is there an update on this? What is still required to complete the WorkbookReader? |
Beta Was this translation helpful? Give feedback.
-
is it still actual? |
Beta Was this translation helpful? Give feedback.
-
@Siemienik yes, it is still actual. |
Beta Was this translation helpful? Give feedback.
-
is it possible to pass the row data into a writeable stream here? For example, I am tasked with streaming an XLSX file from S3 through excelsjs and then streaming the data back to a new bucket in S3 as a CSV. I understand this is an interesting ask but is a requirement for a story that I am working on. |
Beta Was this translation helpful? Give feedback.
-
I get all the row values now from my S3 to my lambda |
Beta Was this translation helpful? Give feedback.
-
Do you know how i can get styles as well? I am using
But this wont work with |
Beta Was this translation helpful? Give feedback.
-
Worksheet reader is not returned as per the order in Excel, if the excel is saved in MAC version of Excel. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there any example of how to use the new stream.xlsx.WorkbookReader() where the input is a file stream? I have been unable to detect 'entry' or 'worksheet' events only can detect 'finished'.
Thanks,
Alan
Beta Was this translation helpful? Give feedback.
All reactions