Simple Excel sheet editing program
With this program you can edit simple things in an Excel sheet like:
Bold, Fontsize, border, font
Write in command prompt
>> params.Bold = 1;params.FontName = 'Arial';params.FontSize = 10;params.ColorIndex = 56;params.NumberFormat = 4;params.Int_ColorIndex = 0;params.Border = 1;params.BorderWeight = 1;xlcontrol('A1:D1',params,'c:\temp\test.xls','November')
Or paste the code into a script, tryout what happens when you change the params fields. See 'help xlcontrol' for options
The excelfile must exist or be created beforehand
Zitieren als
Peter Lindberg (2026). Simple Excel sheet editing program (https://de.mathworks.com/matlabcentral/fileexchange/26209-simple-excel-sheet-editing-program), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
