Reputation: 538
I'm using a neat JQuery plugin called JQuery.sheet to do some simple web spreadsheets with charts. It has some chart formulas like "=BARCHART(A1:A10)", for example, to render a chart. Does Microsoft Excel have something similar? It would be nice for exporting spreadsheets with charts from PHP, without having to use external libraries.
Thanks in advance!
Upvotes: 0
Views: 150
Reputation: 360782
You can do it via VB: http://support.microsoft.com/kb/213352
This'd mean using something PHPExcel to embed VB in a spreadsheet you're creating. Embedding languages in languages to accomplish something is always such fun...
Upvotes: 1