rabanti-github / NanoXLSX

NanoXLSX is a small .NET library written in C#, to create and read Microsoft Excel files in the XLSX format (Microsoft Excel 2007 or newer) in an easy and native way
MIT License
119 stars 36 forks source link

Are there plans for vba macro support #22

Closed gnobbi closed 2 years ago

gnobbi commented 2 years ago

Hi,

First of all very nice Library and good interface 😊.

Do you plan to implement to add vba macro support?

Like https://github.com/EPPlusSoftware/EPPlus/wiki/VBA

Thanks alot

rabanti-github commented 2 years ago

Hello, Thank you. Currently VBA support is not on the roadmap. Pending is near-feature-complete reader support for styles, as well as In-line styling of cells and extensive code coverage by unit tests. However, the next major version will have probably a better modularity. An add-on package for VBA support could be possible.

rabanti-github commented 2 years ago

I will close this issue for now. If modularity is implemented, the topic may be come back to the surface. Thank you again for the suggestion.