1.0.3-b • Published 3 years ago

excel-xvba v1.0.3-b

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ExcelXvba

  • Excel Librar for Read, manipulate and write spreadsheet. (With Auto-Completion)

  • See www.xvba.dev, for more info.

If you want to create your own Windows COM Like this package See xvba-com package

  • XvbaCom

Info - Edit vba on VSCode with XVBA:

  • www.xvba.dev

Importing

import {ExcelXvba} from "excel-xvba"

const excel = new ExcelXvba();

excel.Visible();

const  xlPath = path.join(__basedir,"index.xlsb");

const Book: WorkBook = excel.WorkBooks.Open(xlPath);

const sheets = excel.Sheets;

const total = sheets.Count();

const exName = excel.Name();

excel.Quit();

//Close C++ COMs 
Excel.CloseAllCOMWithDelay();

Contributions

  • Contributions are very welcome!
1.0.3-b

3 years ago

1.0.1-b

3 years ago

1.0.0

3 years ago