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
…...converting XLSX and XLSM files containing TextBox's into PDF Aspose...We are converting XLSX and XLSM files to PDFs using the following...