Skip to content

Call Excel COM on Nodejs for Read, manipulate and write spreadsheet

Notifications You must be signed in to change notification settings

Aeraphe/ExcelXvba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Info - Edit vba on VSCode with XVBA:

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!

About

Call Excel COM on Nodejs for Read, manipulate and write spreadsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published