Upon calling calculateFormula on a workbook that has a cell with =CELL("filename", B2) formula fails to calculate the cell.
Screenshot 2025-09-26 at 10.20.57 AM.jpg (146.0 KB)
Excel file to repro:
image.png (20.7 KB)...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setOnePagePerSheet(true);...workbook.save(outputStream, saveOptions); } catch (Exception e) {...