Skip to content

Conversation

@MartinHaeusler
Copy link

Previously, cell format metadata was computed and then discarded for cells of type "s" and "inlineStr". Now, the information is forwarded and retained for all cell types. The worst case is that the format information is null, which is the same as the old behavior.

@MartinHaeusler
Copy link
Author

While this isn't a full fix, this should contribute to addressing issue #110.

@rzymek
Copy link
Collaborator

rzymek commented Dec 4, 2025

Thanks!
Could you add a test that covers this change?
Perhaps we should remove the Cell constructor without dataFormat -

Cell(ReadableWorkbook workbook, CellType type, Object value, CellAddress address, String formula, String rawValue) {

It is only used in 4 places. I haven't analyzed it full though yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants