workbook.getSaveOptions().setFontPath()

Hello,

In Cells 7.0.3 I’m not able to find a method to set font path. In previous versions there was:
workbook.getSaveOptions().setFontPath()


Best regards,

Wojtek

Hi,

Please use CellsHelper.setFontDir(), setFontDirs() or setFontFiles() instead in the latest versions.

Thank you.