readtable / readcell / readmatrix not reading xlsx calculated column
显示 更早的评论
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.


采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!