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

Source: Internet
Author: User
Solution:
Open your Excel file in Notepad FileTo check whether it is garbled.
For HTML Code, 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.

In fact, the reason for this error is that your Excel is fromProgramAnd use
Response Method to directly output HTML code to excel
Actually, it can be solved. When exporting data, the Excel operation API is used to export the data in the standard format.
Bytes -----------------------------------------------------------------------------------------------------
This problem occurs when the Excel file output by response is modified and the file is uploaded for update,
"The External table is not in the expected format"
Solution:
1. Save the file as an Excel file in the standard xls Format (Response exports a webpage file)

2. directly operate Excel to generate data

Re-call import.

Related Article

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.