Try this: [code="javascript"] var ExcelSheet; ExcelSheet = new ActiveXObject("Excel.Sheet"); [/code]
GlebOBurov
SirSmiley , thanks. I created what I want, but is cloning the best solution for creating charts? Clones appear too long. What will be, if my bar chart has more that 100 bars?? I also want to create simple line graph, pie chart. I think, it will be very difficult to do it (in way of pie chart, impossible). What about ActiveX? For example, using SVG Document. I tried to embed ActiveX (ex. SVG Document), but in that case widget's capabilities dissapear (drag & drop, o
Where are API & COM plugins and how to use it?
Hello, Ex. I have a table with 2 columns and some rows. I get this data from database and put it in someone variant. Now I need to create a 2D graph plot using this data. How can I do this? There is "Performance Meter" plugin in DX, but it works only with system information. No way to use my own datasource