Microsoft 在今年將 DOCX, XLSX, PPTX 的 Open XML SDK 格式公開了~
希望未來 OpenOffice / LibreOffice 打開這些檔案, 格式不會再跑來跑去~
Microsoft 公開 Office DOCX、XLSX、PPTX XML 格式
下述摘錄自此篇: OfficeDev/Open-XML-SDK · GitHub
The Open XML SDK provides open-source libraries for working with Open XML Documents (DOCX, XLSX, and PPTX). It supports scenarios such as:
- High-performance generation of word-processing documents, spreadsheets, and presentations
- Document modification, such as removing tracked revisions or removing unacceptable content from documents
- Data and content querying and extraction, such as transformation from DOCX to HTML, or extraction of data from spreadsheets
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.