I am having a base template which is in the .xslm format and I want to read this file and preserve all those VBA and macros in it
I tried using npm's xslx package it preserves the VBA and macros but I am loosing all data validations and styles.I want a package that support writing .xlsm format without losing the VBA and macros.
Any other packages will do this job?