Editing excel template using VB.net Aspose.cells

HI Team,

I have used the aspose.cells to populate and get the output from excel template using smart marker.

now my client wants to edit this template using vb.net editor.

Can you please let me know how do use aspose.cell so that I can open the excel template in editor and change it.

Regards,

Rajendra

Hi Rajendra,

Thanks for your posting and using Aspose.Cells.

Aspose.Cells is a class library, it does not have any GUI or Visual Interface to edit Excel files like Microsoft Excel does. It can however be used to edit or manipulate, create or modify new or existing Excel files programmatically using C# or VB.NET.

There are two other components besides Aspose.Cells

  1. Aspose.Cells for GridDesktop
  2. Aspose.Cells for GridWeb

These Grid components allow you to manipulate Excel files in WYSIWYG (visual) manner. Please see their documentation at the following links.