<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Jun 2015 18:36:00 Z</lastBuildDate><pubDate>1 Jun 2015 09:07:00 Z</pubDate><description>Hi&#13;
&#13;
As usual I am trying things way pass my skill set. I want to use Gembox Spreadsheet for spreadsheet creation on a web server and specifically Pivot Tables.&#13;
&#13;
I have imported the .NET assembly and have managed the following 4 lines of code which does work although my data is imported into Sheet 1 and 'NewSheet' is never created.&#13;
&#13;
ef is ExcelFile&#13;
ef.Worksheets.Add("NewSheet")&#13;
ef.LoadCsv("C:\My Sites\PlumAccounting\Exe\PlumAccounting_NOB97010\0\ActualvsBudget.csv",",")&#13;
ef.save("C:\My Sites\PlumAccounting\Exe\PlumAccounting_NOB97010\0\Test.xlsx")&#13;
&#13;
According to Gembox sample code something like this should be used to access a worksheet and data table:&#13;
&#13;
C#&#13;
ExcelWorksheet ws = ef.Worksheets.Add("NewSheet");&#13;
DataTable dt = new DataTable();&#13;
&#13;
The problem is to reference ExcelWorksheet, or in fact any of the other methods in the .NET assembly besides ExcelFile.&#13;
&#13;
I have tried this&#13;
&#13;
ew is ExcelWorksheetCollection = ef.Worksheets.Add("NewSheet")&#13;
ew is ExcelWorksheet = ef.Worksheets[1]&#13;
&#13;
which does not work.&#13;
&#13;
The error I get is Wrong parameter for constructor of ExcelWorksheet class.&#13;
&#13;
Can anybody please shed some light on this?&#13;
&#13;
Thanks in advance&#13;
&#13;
&#13;
&#13;
Ericus Steyn</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox/read.awp</link><title>[WD19] and Gembox</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52450/read.awp</comments><pubDate>1 Jun 2015 18:36:00 Z</pubDate><description>Yes Fabrice and if I knew how to do all that there would have been no need to post the message in the first place.&#13;
&#13;
Regards&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52450/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52450/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox/read.awp">[WD19] and Gembox</source><title>Re: [WD19] and Gembox</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52448/read.awp</comments><pubDate>1 Jun 2015 16:35:00 Z</pubDate><description>Hi Ericus,&#13;
&#13;
well, consideriung that yo are adding a second sheet into EW, while everything else is done on EF, and considering…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52448/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52448/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox/read.awp">[WD19] and Gembox</source><title>Re: [WD19] and Gembox</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52446/read.awp</comments><pubDate>1 Jun 2015 15:24:00 Z</pubDate><description>Hi Fabrice&#13;
&#13;
This code is working - sort of. It opens an existing spreadsheet and imports the CSV file which is a good start. B…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52446/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52446/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox/read.awp">[WD19] and Gembox</source><title>Re: [WD19] and Gembox</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52444/read.awp</comments><pubDate>1 Jun 2015 14:12:00 Z</pubDate><description>Hi Ericus,&#13;
&#13;
I have been working with the gembox document assembly, not the spreadsheet on (for now), but I'l give it a try&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52444/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox-52444/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52440-wd19-and-gembox/read.awp">[WD19] and Gembox</source><title>Re: [WD19] and Gembox</title></item></channel></rss>
