C# and Excel problem

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

In my C# Windows Form project, I want to use the Microsoft Excel as report
tool.
However, not all my PC clients have the same version of Microsoft Excel,
some has Excel 2000, while the others has Excel 2003 and Excel XP.
When I surfed the internet, I found some samples for passing value from C#
to Excel. But if the version of Excel is not the same as the sample uses,
then the project won't work.
Would someone give me some advice?
Any help will be appreciated.


Jason
 
Hi,

you could try Aspose.Excel, it's not cheap but it works and the results are
great. Also they have a very good moderated board where you get answers
within at least 24 hours.

Regards,
Michael
 
Hi Jason,

have you heard of Flexcel?
http://www.tmssoftware.com/flexcelnet.htm

From the web: "Native .NET components (no additional OLE/dlls required)
allowing to read, create and modify native Excel (XLS) files without needing
to have Excel installed. Supported Excel 97 file formats and up."

Regards
Rainer
 
Back
Top