index.xml.rej
来自「Office格式转换代码」· REJ 代码 · 共 44 行
REJ
44 行
****************** 25,47 **** <li>a full usermodel api for creating, reading and modifying XLS files</li> </ul> <p>- Truth be told there is probably a better way to generate your spreadsheet- generation (yet you'll still be using HSSF indirectly). At the time of- this writing we're in the process of moving the HSSF Serializer over to - the- <link href="http://xml.apache.org/cocoon">Apache Cocoon- Project</link>. With Cocoon you can serialize any XML datasource (of- which might be a ESQL page outputting in SQL for instance) by simply applying the stylesheet and designating the serializer. </p> <p> If you're merely reading spreadsheet data, then use the eventmodel api- in the org.apache.poi.hssf.eventmodel package. </p> <p> If you're modifying spreadsheet data then use the usermodel api. You- can also generate spreadsheets this way, but using Cocoon (which will do- it this way indirectly) is the best way...we promise. </p> </section>--- 25,41 ---- <li>a full usermodel api for creating, reading and modifying XLS files</li> </ul> <p>+ An alternate way of generating a spreadsheet is via the <link href="http://cocoon.apache.org">Cocoon</link> serializer (yet you'll still be using HSSF indirectly). + With Cocoon you can serialize any XML datasource (which might be a ESQL page outputting in SQL for instance) by simply applying the stylesheet and designating the serializer. </p> <p> If you're merely reading spreadsheet data, then use the eventmodel api+ in the org.apache.poi.hssf.eventusermodel package. </p> <p> If you're modifying spreadsheet data then use the usermodel api. You+ can also generate spreadsheets this way. </p> </section>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?