Adrien Loison

Results 5 issues of Adrien Loison

Instead of using the default width/height, Spout could calculate the optimal width/height for each cell, based on its content. This involves using a graphics library, render the text content with...

enhancement
help wanted

When reading an XLSX file, we can probably optimize a few things: - don't read the styles XML file if we don't need styles (i.e. if date formatting is off)...

In addition to reading cell values, the styles of the cell/row should also be retrieved. Ultimately, it should be possible to write a file, read it and rewrite it so...

This is a follow up of issue #668. Cell formats have been implemented for XLSX, we need to propose the same implementation for ODS files. We also need to update...

The API started returning new types for the Address and AddressComponents that are not defined in the library. This generates warnings when deserializing API responses. I created a PR but...

type: bug
triage me