所以,我假设你想坚持2003 xls格式?如果是这样,那么在Excel下拉列表中坚持使用“CreateXYChart”。
我不使用这些库,但你的问题可能是它一次只能处理一个系列。
而你试图一次推出6个系列(A至F)。
虽然是正确的想法。如果没有,请将Excel下拉。
设备> .NET程序集参考> COM选项卡> Microsoft Excel XX.0对象库。然后,导入“Microsoft.Office.Interop.Excel”命名空间,以便您可以声明一些对象。
数据>变量>声明变量>类型:对象,子类型:COM>编辑:Excel应用程序。现在您已经掌握了Excel 2007.如果您不关心,我不会详细介绍,但我可以查看
以这种方式创建一些图表的示例。
以上来自于谷歌翻译
以下为原文
So, I assume you'd like to stick with the 2003 xls format?
If so, then stick with the "CreateXYChart" in the Excel drop-down. I don't use those libraries, but your problem is probably that it can only handle one series at a time. Whereas you're trying to push 6 series at a time (A thru F). Right idea though.
If not, screw the Excel drop down. Device > .NET Assembly Reference > COM tab > Microsoft Excel XX.0 Object Library.
Then, Import the "Microsoft.Office.Interop.Excel" Namespace so you can declare some objects. Data > Variable > Declare Variable > Type: Object, Sub Type: COM > Edit: Excel Application.
Now you have a handle on Excel 2007. I won't go into more detail if you don't care, but I can chop up an example to create some charts this way.
所以,我假设你想坚持2003 xls格式?如果是这样,那么在Excel下拉列表中坚持使用“CreateXYChart”。
我不使用这些库,但你的问题可能是它一次只能处理一个系列。
而你试图一次推出6个系列(A至F)。
虽然是正确的想法。如果没有,请将Excel下拉。
设备> .NET程序集参考> COM选项卡> Microsoft Excel XX.0对象库。然后,导入“Microsoft.Office.Interop.Excel”命名空间,以便您可以声明一些对象。
数据>变量>声明变量>类型:对象,子类型:COM>编辑:Excel应用程序。现在您已经掌握了Excel 2007.如果您不关心,我不会详细介绍,但我可以查看
以这种方式创建一些图表的示例。
以上来自于谷歌翻译
以下为原文
So, I assume you'd like to stick with the 2003 xls format?
If so, then stick with the "CreateXYChart" in the Excel drop-down. I don't use those libraries, but your problem is probably that it can only handle one series at a time. Whereas you're trying to push 6 series at a time (A thru F). Right idea though.
If not, screw the Excel drop down. Device > .NET Assembly Reference > COM tab > Microsoft Excel XX.0 Object Library.
Then, Import the "Microsoft.Office.Interop.Excel" Namespace so you can declare some objects. Data > Variable > Declare Variable > Type: Object, Sub Type: COM > Edit: Excel Application.
Now you have a handle on Excel 2007. I won't go into more detail if you don't care, but I can chop up an example to create some charts this way.
举报