There is nothing in the Control dropdown for Excel, so I select ed DocIO, which is close. But frustrating.
I've created a workbook using xlsio and now I want to save it as a PDF.
When I copy/paste a sample from the documentation:
//convert the sheet to PDF
ExcelToPdfConverter converter = new ExcelToPdfConverter(sheet);
I get:
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'ExcelToPdfConverter' could not be found (are you missing a using directive or an assembly reference?) ... 749 Active
I haven't found any documentation on additional using statements. So, I'm stuck.