Overview
Provides the following custom smart services and functions for handling data in Excel.
Key Features & Functionality
Smart Services included are:
Functions included are:
Hi Shala,
can you please change this part of code bellow to let the user choose File Encoding.
DatabaseUtils.exportBufferedDataToFile
bw = Files.newBufferedWriter(Paths.get(filePath), StandardCharsets.UTF_8);
thanks.