public class ExcelFacade extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SIZE |
static int |
ROW_CACHE_SIZE |
Constructor and Description |
---|
ExcelFacade() |
Modifier and Type | Method and Description |
---|---|
static com.monitorjbl.xlsx.StreamingReader |
getStreamingReader(File file,
int sheetIndex) |
static com.monitorjbl.xlsx.StreamingReader |
getStreamingReader(File file,
String sheetName) |
static org.apache.poi.ss.usermodel.Workbook |
makeEmptyWorkbookFor(String outFile) |
static org.apache.poi.ss.usermodel.Workbook |
readWorkbookFrom(File filePath) |
static void |
writeWorkbookToFile(org.apache.poi.ss.usermodel.Workbook workbook,
File file) |
public static int ROW_CACHE_SIZE
public static int BUFFER_SIZE
public static org.apache.poi.ss.usermodel.Workbook readWorkbookFrom(File filePath) throws IOException
IOException
public static com.monitorjbl.xlsx.StreamingReader getStreamingReader(File file, int sheetIndex) throws IOException
IOException
public static com.monitorjbl.xlsx.StreamingReader getStreamingReader(File file, String sheetName) throws IOException
IOException
public static org.apache.poi.ss.usermodel.Workbook makeEmptyWorkbookFor(String outFile)
public static void writeWorkbookToFile(org.apache.poi.ss.usermodel.Workbook workbook, File file) throws IOException
IOException
Copyright © 2019. All rights reserved.