spreadsheet_decoder
spreadsheet_decoder copied to clipboard
Spreadsheet Decoder is a library for decoding spreadsheets for ODS and XLSX files.
For example I have a cell with a blue background, when I update using `decoder.updateCell('Sheet1', 0, 0, 1337);` the cell data is updated but the style of the cell is...
I can not find a function to delete a sheet in a WorkSheet. Is there any way I can do that?
Is it possible to send you a file that has an error when decoding? If I open this file in Excel and save it, then this error does not occur....
This fixes 2 things: - I encountered some spreadsheets that have namespaces in their xml tags. This sets the default lookup for any namespace. - styles and shareStrings file paths...
Hi , I am trying to save some values in the excel sheet as numbers that will later be used in Formulas. I am using SpreadsheetDecoder in Dart . The...
Hi, i just want to start by saying that this package saved my project!. I was using another popular package to work with excel files and that package had a...
I have a excel file.I use this pakage for reading data.but with cell contain image it return null value.Any plans for this feature?
[persons.xlsx](https://github.com/sestegra/spreadsheet_decoder/files/8370120/persons.xlsx) Works OK when openning the XLSX file with OpenOffice. Works OK with ODS version of same file. Thank you!
Hi, Thanks for a great plugin! I am loading excel with date/time fields, and I noticed that they are one hour later than they should. Like the wrong timezone is...