When reading an Excel file, the following error occurs: The External table is not in the expected format.

Source: Internet
Author: User
Oledbconnection myoledbconnection = new oledbconnection ("provider = Microsoft. jet. oledb.4.0; Data Source = "+ server. mappath (filepath) + "; extended properties = 'excel 8.0; IMEX = 1 '");
Oledbdataadapter myoledbdataadapter = new oledbdataadapter ("select * from [STUDENT $]", myoledbconnection );
Dataset DS = new dataset ();
Myoledbdataadapter. Fill (DS );

WhenProgramWhen running here, the error "The External table is not in the expected format" is displayed.

Solution:
Open your Excel file in notepad to see if it is garbled.
For HTMLCode, Indicates that your Excel file format is not a standard Excel format, and the error "External table is not in the expected format" will be prompted;
If the code is garbled, I will not prompt this error during the test here. You can import it successfully.

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.