We are about to add support of ODS to this project https://github.com/spdx/spdx-java-spreadsheet-store, and decided to use SODS (thank you for library).
As our project already use Apache POI for XLS/XLSX and some of the internal mechanics assume POI interfaces, we decided to write a POI adapter for SODS, to minimize changes in existing code. The PR in development is here spdx/spdx-java-spreadsheet-store#91.
We are thinking may be it could be useful for other SODS users as well.
If interest, I can open a PR in SODS for review, using the Unlicense license.
Will need suggestion from SODS contributors too on which location of the SODS repository/package (+package name) would be best to put this adapter in.
Or maybe it is better to separate this from the main SODS package, as not every SODS users may use this adapter?
Thank you.
We are about to add support of ODS to this project https://github.com/spdx/spdx-java-spreadsheet-store, and decided to use SODS (thank you for library).
As our project already use Apache POI for XLS/XLSX and some of the internal mechanics assume POI interfaces, we decided to write a POI adapter for SODS, to minimize changes in existing code. The PR in development is here spdx/spdx-java-spreadsheet-store#91.
We are thinking may be it could be useful for other SODS users as well.
If interest, I can open a PR in SODS for review, using the Unlicense license.
Will need suggestion from SODS contributors too on which location of the SODS repository/package (+package name) would be best to put this adapter in.
Or maybe it is better to separate this from the main SODS package, as not every SODS users may use this adapter?
Thank you.