jxl.Workbook rwb = null;
// 構建Workbook對象, 只讀Workbook對象
// 直接從本地文件創建Workbook
// 從輸入流創建Workbook
if (filePath != null) {
InputStream is = new FileInputStream(filePath);
rwb = Workbook.getWorkbook(is);
文章來源:http://www.itshehui.com/forum.php?mod=viewthread&tid=849
// 構建Workbook對象, 只讀Workbook對象
// 直接從本地文件創建Workbook
// 從輸入流創建Workbook
if (filePath != null) {
InputStream is = new FileInputStream(filePath);
rwb = Workbook.getWorkbook(is);
文章來源:http://www.itshehui.com/forum.php?mod=viewthread&tid=849