c# - Export Excel 97-2003 (xls) with template (VBA macros and format, style) without COM -


i have excel template 97-2003 (xls) contains vba macros, format/formula , style , put on web application (asp.net mvc, c#) , i'm stuck in writing function 'export data filled in excel template without using com, result format must *.xls'. , need update vba macros programmatically tool. i've tried excellibrary https://code.google.com/p/excellibrary/ save cells content. , epplus library don't work xls.

going com interface ms excel easiest option write xls (but please notice microsoft is not recommending use office components in server-side apps due technical , licensing considerations.)

there couple of 3rd party commercial .net (with .net interface) components capable of reading , writing xls:

disclosure: affiliated bytescout


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -