Changes write configuration processing to always run, even it, even if the provided data is empty.
If not done this way, empty files could have different headers compared to files with content, because the write config would not run.
Adds a write configuration IgnoreFieldsWithoutTag, which defaults to false, so the previous behaviour. If set to true, any fields which don't specify a tag (default excel) are not written to the output file.
Changes write configuration processing to always run, even it, even if the provided data is empty. If not done this way, empty files could have different headers compared to files with content, because the write config would not run.
Adds a write configuration
IgnoreFieldsWithoutTag
, which defaults tofalse
, so the previous behaviour. If set totrue
, any fields which don't specify a tag (defaultexcel
) are not written to the output file.