An exception occurred when reading Excel in hssworkbook.

Source: Internet
Author: User
Import org. Apache. Poi. hssf. usermodel .*;
Call the hssfworkbook object after the poi is imported. For example: Try {
// Create an Excel Workbook file reference

Fileinputstream fin = New Fileinputstream (fname );
File fexcel = New File (fname );
Try {
Hssfworkbook workbook = Null ;
Try {
//System. Out. println ("Haha ");
Workbook= NewHssfworkbook (FIN );
//System. Out. println ("hihi ");
} Catch (Exception E)
{
E. printstacktrace ();
Hashmap HH = New Hashmap ();
HH. Put ( " Infor " , " The Excel file format is incorrect! " );
Falselog ( - 1 , - 2 , HH, " The Excel file format is incorrect! " );
Return ;
}

Workbook = new hssfworkbook (FIN); an error is reported here,
The reason is that "data"-> "filter"-> "automatic filter" must be disabled in Excel. Otherwise, the file stream reading will fail and an error in format is reported.
Don't do it. I really don't know... I 've been searching for a long time...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.