We are converting XLSX and Xlsm files to PDFs using the following code.
static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "")
{
string results = "SUCCESS";
try
…...Issue converting XLSX and XLSM files containing TextBox's into...1 We are converting XLSX and XLSM files to PDFs using the following...