I got the OpenXML SDK to work with creating a .xlsx file. But is there anyway for it to create a xls file. Meaning, when it ask to open up an excel file, it only accepted .xlsx files and not .xls file.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The .xls (or BIFF) format is a proprietary binary format. The OpenXML format is just that…XML. The format was designed to be open for anyone to read, view, or modify the file contents without requiring Excel on the computer. To my knowledge, you cannot directly create BIFF-format Excel files using the OpenXML SDK.