Importing (and exporting) from excel with formatting?
이전 댓글 표시
Is there a method to load from excel sheet with formatting and later save the table back to excel INCLUDING previously loaded formatting? I mean fonts, cell background color. I have tables with extensive color coding and I would like to load-modify text-write them automatically.
댓글 수: 5
Walter Roberson
2023년 11월 30일
You need to use an ActiveX control or a .NET assembly to talk directly to Excel.
For MacOS or Linux you would probably need to install OfficeLibre or similar and use it's API.
Indrek Morell
2023년 11월 30일
편집: Indrek Morell
2023년 11월 30일
Taylor
2023년 11월 30일
Is the formatting of the Excel sheet consistent? If so, you could try just saving a template sheet with the formatting and copying the template before writing the data to it.
Indrek Morell
2023년 11월 30일
Indrek Morell
2023년 12월 1일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!