How to open excel worksheet on aspose cell in existing excel template and write new excel worksheets on existing excel template using asp.net with c# -


How can I open the Axle worksheet as a cell in the existing Excel template and an existing Excel template using asp.net I can write new Excel worksheets. With C # Please give me an example ...

Thanks and relation, Parthiban's

According to your previous commentary, you can present data from a dataset to an existing workbook You can import using the following code sample in:

  // Open the current workbook Workbook Workbook = New workbook ("book1.xls"); // Add new worksheet in addition to existing worksheets worksheet worksheet = workbook Worksheet Add ("New Sheet"); // Import data from dataset (dataset worksheet // datatable) dataset table worksheet. Cells.ImportDataTable (DataTable, true, "A1"); // Save the updated workbook workbook. Save ("book1.xls");  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -