Open Yuubari opened 2 months ago
I'm sorry that I didn't maintain this project for a long time due to personal reasons😿, maybe in a while I'll have the energy to continue and fix this problem!
This was caused by not setting a default value in AutoFilter for one of the fields, I think it should work now, if there are still problems, I hope you can leave a comment!😊
edit-xlsx version: 0.4.5 rustc version: 1.80.1 (stable), Windows 11 64-bit
When opening an xlsx spreadsheet exported from Gridly
WorkSheet.max_row()
andWorkSheet.max_column()
return zeroes.read_cell()
returns Err for just about everything.Furthermore, if I remove the filter from the 5th row and save the file, sheet dimensions are suddenly determined correctly, but the cells are not read as expected: some cells return
Err(RowError(CellError(CellNotFound)))
; in those that do not, text isSome("")
, font is Calibri when it is Open Sans in the sheet, and so on.I use the following code (trimmed down):
Please find attached a sample Gridly export file. gridly.xlsx