How to identify script tag content in spreadsheet cell?

Hi
How to detect a user is uploading file(csv/xls) having xss attack script . can we use FindOptions Regex to achieve same.

Thanks in advance !

@shashinasdaq,
We are analyzing your requirement and will share our feedback soon.

@shashinasdaq,

Please note, Aspose.Cells does not execute the scripts, it will just simply import data. Moreover, for Aspose.Cells, a script is a string value of the cell, so you may use FindOptions Regex to find relevant string. But, I am afraid, we do not know which Regex you should use to find these scripts.