dotnetcore / NPOI

A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
Apache License 2.0
1.92k stars 413 forks source link

Does it copy Macros in Excel #142

Open fmenseguez opened 4 years ago

fmenseguez commented 4 years ago

I have Workbook_1 that has worksheet_1 in it, and also the sheet has some macros programmed. If I want to clone Worksheed_1 into a new workbook (Workbook_2) , is it going to clone the Macros also?

Thanks