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.
GitHub 的網址是錯的~
https://github.com/OfficeDev/Open-XML-SDK
不是
https://github.com/chriskiehl/Gooey
那時候同時看太多東西, 網址貼錯沒注意到, 謝謝指正, 已經修復~ 🙂
DOCX 當年也有公開 specification, 可是當中有人看到一句類似這種的(忘了原來的 keyword and attribute name )
|
|
| IsWord97Wrap is true, then do the same as word 97.
不過就算 do the same, Office 也不會被換掉的, M$ 畢竟不是靠小眾吃飯~ 應該沒差才是~