Filling.xls Template Using Aspose

Hi,

I have a .xls Multi Sheet report format Template which I need to Fill with Report Data.It would be really helpful if you provide me any idea on how this can be done using Aspose.cells.

Regards,
Chaitanya

Hi,


If you need to input your desired data manually into your template sheet’s specific cells, you may simply use Cell.PutValue, Cell.Value or other corresponding attributes or methods for your needs. If you need to import data from any data source, e.g Array, DataTable, List etc. to your template, then you may use Aspose.Cells’ data import options to accomplish your task in one go. See the documents for your reference especially:
http://www.aspose.com/docs/display/cellsnet/Adding+Data+to+Cells
http://www.aspose.com/docs/display/cellsnet/Importing+Data+to+Worksheets


Hope, this helps.

Let me know if you still have any confusion or concerns or I have not understood you properly.

Thank you.