public class HSSFStreamingReader extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static HSSFStreamingReader |
create()
Reads all sheet
|
static HSSFStreamingReader |
create(int rowCacheSize,
int... sheetIndexs)
Reads spec sheet that is in sheet index at int array
|
static HSSFStreamingReader |
create(int rowCacheSize,
String... sheetNames)
Reads spec sheet that is in sheet name at string array
|
HSSFStreamingWorkbook |
open(File file,
Executor executor) |
HSSFStreamingWorkbook |
open(InputStream input,
Executor executor) |
HSSFStreamingWorkbook |
open(String filePath,
Executor executor) |
public static HSSFStreamingReader create()
public static HSSFStreamingReader create(int rowCacheSize, int... sheetIndexs)
rowCacheSize - the size of read row count in memorysheetIndexs - sheet index at int arraypublic static HSSFStreamingReader create(int rowCacheSize, String... sheetNames)
rowCacheSize - the size of read row count in memorypublic HSSFStreamingWorkbook open(InputStream input, Executor executor)
public HSSFStreamingWorkbook open(File file, Executor executor)
public HSSFStreamingWorkbook open(String filePath, Executor executor)
Copyright © 2023. All rights reserved.