Trying to tackle a lot of new tools at once, attempting to split each worksheet in a .xlsx file into individual workbooks.
Is there a simple way to copy the entire worksheet (including images/lines) with spreadsheetlight or EPPlus?
If direct copying one worksheet to another won't work, are you able to copy all cell data into an object and paste it over to the cells of another workbook?
Any advice is greatly appreciated!
Edit: Open to alternatives to Spreadsheetlight as well, looking into EPPlus at the moment.