XLSX.jl icon indicating copy to clipboard operation
XLSX.jl copied to clipboard

Add plotted figures to existing excel file

Open Vu-Nguyen-HAC opened this issue 4 years ago • 2 comments

Is there anyway to add plotted figures to existing excel file?

I would like to read data from excel file, plot figure by Julia and then put the plotted figure back to that excel file. What could I do for this purpose?

Vu-Nguyen-HAC avatar May 06 '20 05:05 Vu-Nguyen-HAC

This is currently not supported.

felipenoris avatar May 06 '20 13:05 felipenoris

What you can do is to create an Excel template file and use Julia just to edit the file and update the data.

felipenoris avatar May 06 '20 16:05 felipenoris