spreadsheet_decoder icon indicating copy to clipboard operation
spreadsheet_decoder copied to clipboard

Spreadsheet Decoder is a library for decoding spreadsheets for ODS and XLSX files.

Results 20 spreadsheet_decoder issues
Sort by recently updated
recently updated
newest added

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...

bug
help wanted

I can not find a function to delete a sheet in a WorkSheet. Is there any way I can do that?

enhancement
help wanted

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....

bug
help wanted

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...

bug

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...

enhancement
help wanted

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...

enhancement
help wanted

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?

enhancement
help wanted

[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!

enhancement
help wanted

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...

duplicate
enhancement
help wanted