ylbtech-Java-API-POI-Excel:HSSFWorkbook Documentation
1.返回顶部
1、
org.apache.poi.hssf.usermodel

Class HSSFWorkbook

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Iterable<Sheet>, Workbook

    public final class HSSFWorkbook
    extends POIDocument
    implements Workbook
    High level representation of a workbook. This is the first object most users will construct whether they are reading or writing a workbook. It is also the top level object for creating new sheets/etc.
    See Also:
    InternalWorkbookHSSFSheet
    • Constructor Summary

      Constructors
      Constructor and Description
      HSSFWorkbook()

      Creates new HSSFWorkbook from scratch (start here!)
      HSSFWorkbook(DirectoryNode directory, boolean preserveNodes)

      given a POI POIFSFileSystem object, and a specific directory within it, read in its Workbook and populate the high and low level models.
      HSSFWorkbook(DirectoryNode directory, POIFSFileSystem fs, boolean preserveNodes)

      given a POI POIFSFileSystem object, and a specific directory within it, read in its Workbook and populate the high and low level models.
      HSSFWorkbook(java.io.InputStream s)

      Companion to HSSFWorkbook(POIFSFileSystem), this constructs the POI filesystem around your InputStream, including all nodes.
      HSSFWorkbook(java.io.InputStream s, boolean preserveNodes)

      Companion to HSSFWorkbook(POIFSFileSystem), this constructs the POI filesystem around your InputStream.
      HSSFWorkbook(POIFSFileSystem fs)

      Given a POI POIFSFileSystem object, read in its Workbook along with all related nodes, and populate the high and low level models.
      HSSFWorkbook(POIFSFileSystem fs, boolean preserveNodes)

      Given a POI POIFSFileSystem object, read in its Workbook and populate the high and low level models.
    • Method Summary

2、
2.返回顶部
 
3.返回顶部
 
4.返回顶部
 
5.返回顶部
0、
1、
 
6.返回顶部
 
作者:ylbtech
出处:http://ylbtech.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

最新文章

  1. Java界面设计 Swing(1)
  2. display:inline-block的间隙问题和解决办法
  3. [转]使用 Shell 对进程资源进行监控
  4. linux 查看机器的cpu,操作系统等命令
  5. Linux 系统中用户切换(su user与 su - user 的区别)
  6. CSS 背景图片的定位和缩放
  7. 使用自定义《UIActivity》进行内容分享-b
  8. windows server 2008 设置多用户同时远程登录
  9. Ubuntu安装genymotion模拟器步骤
  10. 关于jquery日期控件及时间格式转换2017.05.27
  11. [Swift]LeetCode500. 键盘行 | Keyboard Row
  12. Asp.Net Core IIS发布后PUT、DELETE请求错误405.0 - Method Not Allowed 因为使用了无效方法(HTTP 谓词)
  13. KD-树(上)
  14. C#中对Web.Config、App.Config字符串加密与解密的方法
  15. MyEclipse6.5的反编译插件的安装
  16. 在Android Studio中创建项目和模拟器
  17. Flowportal-BPM——环境配置
  18. 给 Easyui Datagrid 扩展方法
  19. nor flash 和nand flash 的区别
  20. hdu 5191(思路题)

热门文章

  1. 【转载】Android端百度地图API使用详解
  2. java基础9(IO流)-File类
  3. YARN作业提交流程剖析
  4. TCP的带宽估计和丢包恢复
  5. tyvj 1884 [NOIP2000T4]方格取数 || codevs 1043 dp
  6. 在java中public void与public static void区别
  7. CDN,内容分发网络。
  8. struct2学习
  9. 使用Blob获取图片并二进制显示实例页面
  10. ActiveMQ 的客户端选项