In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Indicates that the read supports 97 to 2003.
Import java.io.FileInputStream
Import java.io.InputStream
Import java.text.DecimalFormat
Import java.text.SimpleDateFormat
Import java.util.Date
Import org.apache.poi.hssf.usermodel.HSSFCell
Import org.apache.poi.hssf.usermodel.HSSFDataFormat
Import org.apache.poi.hssf.usermodel.HSSFDateUtil
Import org.apache.poi.hssf.usermodel.HSSFRow
Import org.apache.poi.hssf.usermodel.HSSFSheet
Import org.apache.poi.hssf.usermodel.HSSFWorkbook
Import org.apache.poi.poifs.filesystem.POIFSFileSystem
Import org.apache.poi.ss.usermodel.CellStyle
/ / excle read
Public class Demo1 {
Public static void main (String [] args) throws Exception {
InputStream is = new FileInputStream ("E:\\ data.xls")
POIFSFileSystem fs = new POIFSFileSystem (is)
HSSFWorkbook wb = new HSSFWorkbook (fs); / / create a new workbook
HSSFSheet hssfSheet = wb.getSheetAt (0)
If (hssfSheet = = null)
{
Return
}
/ / traversing the line row
For (int rowNum = 0; rowNum)
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.