help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Color cell excel


From: PhilipNienhuis
Subject: Re: Color cell excel
Date: Sun, 8 Jul 2018 11:16:58 -0700 (MST)

shivax wrote
> hi,
> i use xlswrite to write in Excel
> 
> but it's possiible to color some cells of the sheet?

Sure it is possible but not using the code in the io package; that code only
serves to interchange data between Octave and spreadheet files.
You'd have to write your own code, using (if your platform is Windows and
you use the windows package and Excel) VBA as Sebastian suggests, or using
Java methods for the Java-based interfaces.The javadocs for e.g. Apache POI,
jOpenDocument etc etc have clear descriptions.

Philip




--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]