readtable / readcell / readmatrix not reading xlsx calculated column
Mostrar comentarios más antiguos
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.


Respuesta aceptada
Más respuestas (1)
Ricardo de Azevedo
el 2 de Abr. de 2020
1 voto
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!