Hi
I am looking for a library which allow me to create and process excel 2007 documents, I found this http://es.infragistics.com/dotnet/netadvantage/winforms/infragisticsexcel.aspx#Overview, but I can not find more information or examples. I have few questions.
1. Does it is possible to create and proces excel 2007 docs, using Open XML format ?
2. If 1. is true is it posiible to format cell, add formulas, look for cells having specifing values, inserting new rows, etc.
szepiet said: 1. Does it is possible to create and proces excel 2007 docs, using Open XML format ?
This is not currently supported but we have had many feature requests for it. We do not release featuresets until we're getting close to release as it's Infragistics policy to not promote vaporware. That being said, there is a very high probability that it might make the next release (8.3).
szepiet said: 2. If 1. is true is it posiible to format cell, add formulas, look for cells having specifing values, inserting new rows, etc.
There is built in support for formating cells and adding formulas. To look for specific values you would have to do a manual search through the cells. Inserting rows and columns is not yet supported. You can submit a feature request for the last feature here: http://devcenter.infragistics.com/Protected/RequestFeature.aspx.
Mike Dour"]This is not currently supported but we have had many feature requests for it. We do not release featuresets until we're getting close to release as it's Infragistics policy to not promote vaporware. That being said, there is a very high probability that it might make the next release (8.3).
I'm looking through the press release for 8.3, and it sounds like support for Excel 2007 is available in WinForms, but not ASP.NET? Is that accurate?
Best,Scott