Saved excel Files

i have one question...im using aspose.cells in writing , reading excel files....is there anyway to view the saved excel files?


This message was posted using Email2Forum by haley.stuart.

Hi,

Thank you for considering Aspose.

Aspose.Cells is a pure library rather than a visual GUI control. It is used to read and write native excel files with all types of sophisticated formatting, formula calculations, charts creation and more. The files generated by Aspose.Cells component can be viewed in Excel Viewer or MS Excel. The component is capable of sending the output file to client browser or client’s MS Excel for viewing in web application or you may use System.Diagnostics.Process.Start(excelfile) method to open the file into browser in desktop application.

Thank You & Best Regards,

Hi,

And, if Nausherwan's suggestions do not suit your requirements (for viewing excel file etc.) and you need a full fledged/separate GUI Grid control, we recommend you to use our another product / control i.e.., Aspose.Grid (http://www.aspose.com/categories/visual-components/aspose.grid-for-.net/default.aspx), original package is Aspose.Grid which includes two controls i.e. Aspose.Grid.Web used for web applications and Aspose.Grid.Desktop used for Windows applications) is a GUI control that provides MS Excel like environment in WYSIWYG manner, you may easily place it on the winform or a webpage (.aspx webform). It has its own grid matrix and has its own formula calculation engine to calculate all types of formulas at runtime. It can load existing excel files to the grid matrix (cells in rows/columns) and can also save output files to disk. It allows user can design its spreadsheet of his need too. For ref, please check the source code of Aspose.Grid.Desktop demos, the demos gets automatically installed on your machine when you use control's MSI installer. Please check the documentation for your further ref: http://www.aspose.com/documentation/visual-components/aspose.grid-for-.net/index.html

Hopefully, this information helps you to decide which way you go.

Thank you and have a good day!