Email account changing for Aspose.Cells for Java

Hello,

Our customer in Japan, who has requested an email of account changing.
Could you please change the email address in below?

From:
kaz@docurain.jp

To:
cs@docurain.jp

Here are order details:


Order ID: 180301234802
Order Date: 3/1/2018
Payment Status: Proved ( 3/1/2018 )

User Name: kaz_docurain_jp
Product: Aspose.Cells for Java
Pricing Plan: Developer OEM


And Could you please help to answer this customer’s question below?


I want to monitor or block about a malicious URL or external server access function on a Excel file when I converted to PDF by Aspose.Cells for Java.
Does this product has that function? If that has can you please send the sample code or API help?

For example:
Access cell to local file (exam: “file: /// etc / passwd! A1”)
Excel function of external server access (exam: WEBSERVICE function)


Thank you in advance for your help.

Best regards,
Thomas Moon

I will post your query into the respective forum, so the concerned authorities could support your needs.

I think you may try to remove that hyperlink before rendering to PDF file format, see the sample line of code for your reference:
e.g
Sample code:

worksheet.getHyperlinks().removeAt(0);//Remove the first hyperlink in the sheet.

Hope, this helps a bit.