With latest Cells version 7.0.X- How to setEncoding in SaveOptions or OpenOptions

Migrate version from 2.5 to 7.0.
In V2.5, Workbook.getSaveOptions().setEncoding(“UTF-8”) , is there API in V7.0 to do the similar thing?

Thanks

Hi,


In the new versions, please use:
Workbook.getSettings().setEncoding() method for your need.

Thank you.