Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.html 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  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. <html>
  19. <head>
  20. </head>
  21. <body bgcolor="white">
  22. <p>The org.apache.poi.xssf.binary package includes necessary underlying components
  23. for streaming/read-only processing of xlsb files.
  24. </p>
  25. <p>
  26. POI does not yet support opening .xlsb files with XSSFWorkbook, but you can read files with XSSFBReader
  27. in o.a.p.xssf.eventusermodel.
  28. </p>
  29. <p>
  30. This feature was added in poi-3.15-beta3 and should be considered experimental. Most classes
  31. have been marked @Internal and the API is subject to change.
  32. </p>
  33. <h2>Related Documentation</h2>
  34. For overviews, tutorials, examples, guides, and tool documentation, please see:
  35. <ul>
  36. <li><a href="http://poi.apache.org">Apache POI Project</a>
  37. </ul>
  38. </body>
  39. </html>