10000 GitHub - allors/excel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

allors/excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allors Excel

Allors.Excel is a c# Excel VSTO AddIn. It speeds up access to excel by using a virtual DOM to update cells. It contains useful features to programmatically manage workbooks, worksheets, cells.

Build Status

Installing via Nuget

Install-Package Allors.Excel

Features

Workbook

Properties

  • IsActive will activate that workbook
  • Worksheets contains the worksheets inside the workbook

Methods

  • GetNamedRanges(string refersToSheetName)

    Return a list of Excel.Ranges

  • SetNamedRange(string name, Excel.Range range)

    Adds or updates the namedRange

  • Copy(IWorksheet source, IWorksheet beforeWorksheet)

    Copies the source workbook to this workbook

Worksheet

Properties

Methods

Indexers

Events

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages

0