Hi,
I have generated the reports in excel using Msoffice but cannot generate in my server due to security issues,so..
i want to generate excel Charts without using excel.interop library.
I googled then i found all these are open source but each have its pros and cons ,NPOI ,Open Xml SDK 2.0,EPPLUS,Excellibary.
our project has about 20+ reports to generate,with different chart types.
can u please suggest me the best open source to generate reports in excel with better performance.
Urgent....
Thanks.
KK
Loading
Kavitha KundenaPosted Jul 31, 2012, 6:23 AM
chart.Title.Text = "Direct Expense Efficiency Ratio";
chart.SetPosition(2, 5, 1, 4);
chart.SetSize(640, 440);
chart.Series.Add("C28:C29","B28:B29");
chart.Style = eChartStyle.Style2;
but am unable to plot the graph please review the code and attachment
please help me..
Kavitha KundenaPosted Jul 31, 2012, 6:22 AM
Kavitha KundenaPosted Jul 31, 2012, 2:55 AM
Jignesh TrivediPosted Jul 30, 2012, 11:49 PM
yes you may use Openoffice class lib. for same
Please refer...
http://opendocument4all.com/content/view/68/47/
http://www.codeproject.com/Articles/21475/TblProc-OpenOffice-Calc-and-Excel
hope this will help you.
George ericPosted Jul 30, 2012, 9:54 PM