- Sample Screen shot of how it is displayed
- Snip.png (26.47 KiB) Viewed 1053 times
I have a work book that calculations are done in hidden sheets and are displayed on visible sheets, when i convert the workbook to pdf cell that contain calculated values from hidden sheets are displayed as #N/A, this means that it can't see calculated values from hidden sheets during conversion to pdf is there anyway i can resolve this?
string savedPath = HttpContext.Current.Server.MapPath(Path.Combine("~/ExcelPreview", pdfFile));
EventLogger.writeErrorLog("Excel saved successfully to " + savedPath);
workbook.SaveToFile(savedPath);