Work with my data

but how can i understand my excel row and column where i have to put as per your aspose.cells

how can aspose work with my data


This message was posted using Email2Forum by Tahir Manzoor.

Hello

PFA that main file, i have to work on it.

hello

PFA i have to convert main file in this format…(There are three Excel file.

and

check cells “A1” in Stock master and Seles Master

Please help me how it is possible with aspose.cells

hello

please check cell “A1” is linked with column A, B, C, D also E than manipulated sale and stock data location wise and store wise

location detail are mention is main file and end of masters file

Hi,


Well, I have checked your template files a bit.

I think you need to use List objects/ tables (MS Excel feature) based on your data. Aspose.Cells does support to create Tables/ List objects for the given data in the sheet. Please see the documents on how to create List objects or tables and how to format the tables for your requirements:
http://www.aspose.com/docs/display/cellsnet/Creating+a+List+Object


Please refer to the above documents/ articles, it will give you understanding so you may write your own codes (using Aspose.Cells APIs) to create your desired lists or tables based on your data accordingly.

Thank you.