I got this error as below.
“message”: “Write Range: Cannot write to the target range because it has hidden rows. Remove any filters or unhide rows and try again.”,
I checked that I didn’t use any hidden rows or any filters in this excel file.
I also checked this thread, but I’m still a little confused adbout how to solve this problem. Write range on filtered excel
any advice for this problem? thank you very much!
※my studio version: 2020.10.9
package version as follows:
Could you check if any columns are hidden in your excel since if columns are hidden also it will throw this error. Actually using workbook read range able to extract the data. please check and let us know. thanks.
i don’t see any issues with the excel which you shared it doesn’t have any filters and hidden columns or rows. what range you are pasting the data table data into sheet2. and also use one blank new excel and store the data table data into that new sheet and let us know if you are able to write the data or your getting the same issue over there. thanks
Thank you very much.
and I’m so sorry. I just found that this error occured in another excel(write range), that have filters. and I’m very sorry for I cann’t share the Excel here. Due to that excel contains a lot of confidential information.
I will try to resolve this error by removing filters.