Importing (and exporting) from excel with formatting?
Show older comments
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 Comments
Walter Roberson
on 30 Nov 2023
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
on 30 Nov 2023
Edited: Indrek Morell
on 30 Nov 2023
Taylor
on 30 Nov 2023
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
on 30 Nov 2023
Indrek Morell
on 1 Dec 2023
Answers (0)
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!