How to read xlsx file from server where Microsoft Excel not installed.
Show older comments
Hello Matlab proffessionals! I'm new in Matlab and need help. I'm converting Matlab Windows standalone application into console app. The application read from Excel file(use xlsread). I've compiled application and tested it on my local PC from DOS prompt. Works fine. Then I made package and installed it on server which doesn't have Excel installed. The error is
??? Error using ==> xlsread at 229 File contains unexpected record length. Try saving as Excel 98.
Even if I'm using: [num,txt,raw] XLSREAD(FileName,'Input Matrix','','basic'); return the same error My questions are: 1. When compile and packaging do I need to include any Excel DLLs to package? 2. I can't convert Excel 2007 file to Excel 98 because this conversion drop some formulas in initial file. Thanks in advance
Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!