Discussion Overview
The discussion revolves around the challenges of using the xlsread function with OpenOffice, specifically addressing the compatibility issues and exploring alternative solutions for reading spreadsheet data. Participants consider the implications of using different file formats, particularly focusing on CSV files as a potential workaround.
Discussion Character
- Technical explanation
- Debate/contested
Main Points Raised
- Some participants suggest that xlsread does not function properly with OpenOffice, raising the need for alternative methods to read spreadsheet data.
- One participant proposes using comma-separated value (CSV) files instead of xls files, arguing that CSV is a more universal and manageable format for data handling.
- Another participant expresses concern about the complexity of their data, noting they have around 12 sheets and are looking for modifications to the xlsread function.
- It is mentioned that CSV files can be loaded using the csvread command, which is highlighted as a straightforward method for handling text files with comma-separated values.
- Participants discuss the limitations of the xls format, describing it as a binary format that may not align with the assumptions made by the developers of the xlsread function.
Areas of Agreement / Disagreement
There is no consensus on the best approach, as participants present differing views on the utility of xlsread versus CSV files, and the discussion remains unresolved regarding the specific modifications needed for xlsread.
Contextual Notes
Participants express uncertainty about the compatibility of xls files created by OpenOffice with the xlsread function, and there are unresolved questions regarding the handling of multiple sheets of data.