Thomas Fussell

Results 69 comments of Thomas Fussell

xlnt always overwrites the existing file with the full content. It supports reading and writing to an array of bytes if you want to write your own logic.

> but is it exception/error safe? Can it break file while trying? There are several places where the function could throw. To be safe, I would recommend writing to a...

Closing as a duplicate of https://github.com/tfussell/xlnt/issues/436. This should be resolved.

I've implemented shared formula support in https://github.com/tfussell/xlnt/pull/647. If you read a file with shared formulas, you should see them as normal formulas on cells when calling "cell.formula()".

This isn't currently possible, but should be easy enough to add.

Thanks for the report. It seems that the link is broken. I reported this to the developers of libstudxml. It looks like git://git.codesynthesis.com/libstudxml/libstudxml.git still works so I will try changing...

I can help with this, but I'll need to see the XLSX file or XML of the worksheet.

Thanks. There are quite a few unit tests that ensure that files are reliably round-tripped (i.e. a file can be opened, modified, and written and vice versa) but sometimes XML...

All open PRs have now been merged or reviewed.

Today I added support for reading shared and array formulas in https://github.com/tfussell/xlnt/pull/647. This closes https://github.com/tfussell/xlnt/issues/639 and https://github.com/tfussell/xlnt/issues/436. I also closed several old issues with the "high priority" label that had...