Can not export translatable content

I can’t export translatable content with javascript plugin xlsx, it seems that shopify extension environment does not support export file related plugins.

Sorry, need a bit more context @kong_liang

Are you saying that you’ve published an Admin UI Extension for your app, and in this Extension you’re attempting to allow merchant’s to download data from it?

Yes, I have found the translatable content of the product, and I want to export it as a table. But I use a lot of javascript plugins that export to tables, such as xlsx, ExcelJS are not working.

Would the PrintActionExtensionApi work for this @kong_liang ?