You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

book.xml 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0"?>
  2. <!--
  3. ====================================================================
  4. Licensed to the Apache Software Foundation (ASF) under one or more
  5. contributor license agreements. See the NOTICE file distributed with
  6. this work for additional information regarding copyright ownership.
  7. The ASF licenses this file to You under the Apache License, Version 2.0
  8. (the "License"); you may not use this file except in compliance with
  9. the License. You may obtain a copy of the License at
  10. http://www.apache.org/licenses/LICENSE-2.0
  11. Unless required by applicable law or agreed to in writing, software
  12. distributed under the License is distributed on an "AS IS" BASIS,
  13. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. See the License for the specific language governing permissions and
  15. limitations under the License.
  16. ====================================================================
  17. -->
  18. <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd">
  19. <book software="POI Project"
  20. title="HSSF+XSSF"
  21. copyright="@year@ POI Project">
  22. <menu label="Apache POI">
  23. <menu-item label="Top" href="../index.html"/>
  24. </menu>
  25. <menu label="HSSF+XSSF">
  26. <menu-item label="Overview" href="index.html"/>
  27. <menu-item label="Quick Guide" href="quick-guide.html"/>
  28. <menu-item label="HOWTO" href="how-to.html"/>
  29. <menu-item label="HSSF to SS Converting" href="converting.html"/>
  30. <menu-item label="Formula Support" href="formula.html" />
  31. <menu-item label="Formula Evaluation" href="eval.html" />
  32. <menu-item label="Eval Dev Guide" href="eval-devguide.html" />
  33. <menu-item label="Examples" href="examples.html"/>
  34. <menu-item label="Use Case" href="use-case.html"/>
  35. <menu-item label="Pictorial Docs" href="diagrams.html"/>
  36. <menu-item label="Limitations" href="limitations.html"/>
  37. <menu-item label="User Defined Functions" href="user-defined-functions.html"/>
  38. <menu-item label="ExcelAnt Tests" href="excelant.html"/>
  39. </menu>
  40. <menu label="Contributer's Guide">
  41. <menu-item label="Hacking HSSF" href="hacking-hssf.html"/>
  42. <menu-item label="Record Generator" href="record-generator.html"/>
  43. <menu-item label="Charts" href="chart.html"/>
  44. </menu>
  45. </book>