Thanks, Yuta, for the suggestion! I’m currently working on an update for the module and will try to implement this request. Appreciate your input!
Best regards, Taner.
Hi Yuta,
Thank you once again for the valuable input. I appreciate the clear example regarding includePhoneticRuns. I’ll include this adjustment in the upcoming update so that phonetic runs won’t be mixed into the cell strings in Japanese environments. Thanks for helping improve the module.
Best regards, Taner.
Hi Taner-san,
Thanks for your work to adopt our requests. I confirmed StreamingExcelImport action in v2.1.0 and find includePhoneticRuns option.
Will it take more to add physical row number support to StreamingExcelImport action?
Best regards,
Yuta.
Hi Taner-san,
Sorry for the unclear request. but we actually wanted you to add physical row number feature to import action.
We have made the following changes to StreamingSheetHandler.java(v1.1.0), which we hope you will adopt as an option.
33a34> private String physicalRowIndex = "0"; // added by yuta
85a87> physicalRowIndex = attributes.getValue("r");; // added by yuta
148a151> currentRow.cells.add(0, physicalRowIndex);; // added by yuta
Best regards,
Yuta Suzuki.
Hi Yuta,
I think I already added this functionality. The StreamingExcelExport Action has an "addRowNumber" property.
If set to true, each row in the exported Excel file will be prefixed with a sequential row number in the first column, starting at 1 for the first data row. This helps in tracking and referencing specific rows when analyzing exported data. If set to false, no row numbers are added.
Can you please confirm if this is what you are looking for?
With kindest regards,
Taner.