Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Infragistics.Excel & Excel 2007
posted

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.

Parents
No Data
Reply
  • 44743
    posted

    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.

Children