-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding support for Open Document Format files #125
Comments
Note that xlsx is an open specification: https://ecma-international.org/publications-and-standards/standards/ecma-376/ I've looked into ods and it is a substantial amount of work to import/export from ods |
Hi, Thanks for your response. The OOXML standard is apparently described in a much larger document than ODF that received much less scrutiny compared to ODF during the standardization progress, it's unclear how much Microsoft adheres to its own specification in its software because it is much larger, OOXML standardization came in response to the ODF ISO standardization and the standardization process was unusual and contentious, per Here's the LibreOffice take on this: The question really is, why didn't Microsoft simply adopt ODF instead of its own standard, and work within the standards bodies to improve it if it believed it to be necessary? I realize this is partly a political argument, but to avoid long-term document interoperability issues it is important for software to properly adhere to standards and not be effectively controlled by a single business entity with its own agenda of using the network effects of its proprietary document formats to capture markets and a history of Embrace, Extend, Extinguish. At any rate, this is just a suggestion for your consideration, and as a Rust fan I appreciate the work you are doing! 👍 Thank you. |
Hi Jos, This is huge topic, and in a large way, as you say political. One of the most important topics objectives of IronCalc is reach as many people as possible so open standards is a priority for us. We will try to implement ODF import export once we reach a stable version :) |
Hi Nicolás, That makes a lot of sense. Thank you so much for considering this! 🙏 |
Please consider implementing reading and writing of Open Document Format files (with the .ods extension in this case).
This is an open, standardized format not under the control of a single commercial entity and can in fact be read and written by Microsoft Excel.
Support will facilitate the broadest reach of information exchange without relying on proprietary formats with associated network effects and vendor lock-in.
https://www.libreoffice.org/discover/what-is-opendocument/
The text was updated successfully, but these errors were encountered: