FlowingCode / GridExporterAddon

Other
10 stars 8 forks source link

Add support for dynamic filename #113

Open flang opened 2 months ago

flang commented 2 months ago

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))