I am using the Infragistics Excel class to create an Excel document and attach to an email.
I would like to add subtotals (in Excel accessed though the Data tab) by passing in the column for "At each Change In", a formula (sum, average, etc), and a list of columns to subtotal on). Does Infragistics have this feature?
I would also like to know about creating Pivot tables - is that supported in this Excel class?
Thank you
Hello Katie,
We do support defining formulae for a column.
Pivot table creation is not supported and is a new product idea. You can suggest new product ideas for future versions (or vote for existing ones) at <http://ideas.infragistics.com>.
Submitting your idea will allow you to communicate directly with our product management team, track the progress of your idea at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.
Remember when submitting your idea to explain the context in which a feature would be used and why it is needed as well as anything that would prevent you from accomplishing this today. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. You can also link back to this thread for additional details.
Thank you in advance to submitting your product idea.
Thank you. I will submit the idea for pivot table creation.
Can you please direct me to where I can find documentation on how to add subtotals to an entire worksheet?
I only found how I can specify specific cells and input a formula into those cells.
What I need to be able to do is as Excel has where you can pass in which column to group by, which formula to use for the subtotals (average, sum, etc) and then specify a list of column(s) to apply the subtotal to.
Thank you.
I am still working on a sample to demonstrate how you would write an action similar to Subtotal in code. You can expect the sample completed no later than close of business tomorrow.
Please note that this is just a proof of concept, and that it will not be fully tested water tight solution like the current MS Excel's Subtotal, but it should give you an idea of how to use the Excel Engine to write what you need for your purposes.
Please let me know if I can assist you further.
Hello,
I actually finished the sample sooner than I estimated. I've attached it here for your review. Please take a look at it to get an example of how you can code your own actions similar to Subtotal with the Infragistics Excel Engine.
Thank you very much.
This was extremely helpful and I was able to adjust to my specifications.
The only thing I was unable to get was the little grouping section that Excel has to conveniently collapse or expand views.
Take a look at the OutlineLevel Property, it's intended for hierarchical grouping in Excel.
Thank you very much for your help.
This was perfect.
I have very professional looking Excel documents to send to my management team now!