jlolling / talendcomp_tFileExcel

Talend components tFileExcel* to read and write Excel documents
Apache License 2.0
14 stars 7 forks source link

Set selected sheet and cell ate the end of the job in the save component #19

Open jlolling opened 4 years ago

jlolling commented 4 years ago

Templates are often changed and if the author does not think about the fact Excel memonizes the last position and open the file exactly there, the final file will be opened there.

The tFileWorkbookSave component needs a setting which describes the sheet and cell which should be selected for the first time.