Import data from CSV file

hello Sir



I am using aspose.excel and I just want to know that can I import data from the file having Ext CSV.

If not then can tell me how can I do this???.



//gaurav

Please try:

Excel excel = new Excel();

excel.Open("book1.csv", FileFormatType.CSV);