You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently exporter.setFileName() only supports fixed strings.
It'd be nice to have another method that allows generating filename dynamically, such as: exporter.setFileName(()->"exported-"+LocalDateTime.now().format(formatter))
The text was updated successfully, but these errors were encountered:
Currently exporter.setFileName() only supports fixed strings.
It'd be nice to have another method that allows generating filename dynamically, such as:
exporter.setFileName(()->"exported-"+LocalDateTime.now().format(formatter))
The text was updated successfully, but these errors were encountered: