Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Remarks

ExcelWriter supports Excel's OOXML (Excel 2007 or later) and BIFF8 (Excel 97 or later) format only. Do not use this method to open BIFF7 (Excel 95) files.

Example
Code Block
csharp
csharp
titleC#

          Workbook wb = xla.Open(@"C:\Reports\Report.xlsxlsx");
        
Code Block
vb.net
vb.net
titlevb.net
Dim wb As Workbook = xla.Open("C:\Reports\Report.xlsxlsx")