readtable / readcell / readmatrix not reading xlsx calculated column
Show older comments
I am trying not to use xlsread and switching my code to readtable so it doesn't need Microsoft Office.
The column I'm trying to read is Column C in the attached file, which is a sumation of all other columns, however when I do readtable (and all other variants readcell / readmatrix / readvars / xlsread in basic mode ) I get 0s for that column instead of the sum. I've tried all Name Value pair options and spreadsheetImportOptions as well.
A possible solution would be to add the columns in Matlab, but these are dynamic files created by another entity and I'd rather take their calculation in case it changes.
I also tried xlsread in basic mode, but the function call just hangs.


Accepted Answer
More Answers (1)
Ricardo de Azevedo
on 2 Apr 2020
1 vote
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!