simple_xlsx_reader
simple_xlsx_reader copied to clipboard
Ruby xlsx reader to parse cell values into plain ruby primitives and dates/times.
Consider a workbook that contains a "chart page" (described at https://support.microsoft.com/en-us/office/print-a-chart-on-a-full-page-581d7656-fdb7-4532-8e17-238d5879962e). An example can be found attached, named [GDPTrackingModelDataAndForecasts.xlsx](https://github.com/user-attachments/files/16995690/GDPTrackingModelDataAndForecasts.xlsx), taken from https://www.atlantafed.org/-/media/documents/cqer/researchcq/gdpnow/GDPTrackingModelDataAndForecasts.xlsx, with the chart page named "Chart1". Accessing pages...
https://github.com/woahdae/simple_xlsx_reader?tab=readme-ov-file#summary-now-with-stream-parsing I followed the commands from the 'Summary' and an error occurred at this step ``` rows = doc.sheet.first.rows # ``` ``` rows = doc.sheet.first.rows ^^^^^^ Did you mean? sheets...
Otherwise library users need to read all the data out
I believe this is the same as issue #16 I have a spreadsheet that contains float values in two columns, with column B formatted the floats as integers. In the...