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
…...GetRowHeightPixel(rowIndex) * 3; // Scale height based on row height }...GetRowHeightPixel(rowIndex) * 3; // Scale height based on row height shape...