Importing (and exporting) from excel with formatting?
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 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
le 30 Nov 2023
Modifié(e) : Indrek Morell
le 30 Nov 2023
Taylor
le 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
le 30 Nov 2023
Indrek Morell
le 1 Déc 2023
Réponses (0)
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!