英文:
How to write to an existing Excel file in Oracle Apex 22?
问题
I was trying to write in Excel file that is already located on the server. I'm using Oracle Apex 22. Is it available?
我正在尝试在已经位于服务器上的Excel文件中写入。我正在使用Oracle Apex 22。是否可用?
I was trying to write in excel file. but I couldn't find the way I have been searching for a while.
我尝试写入Excel文件,但是一直找不到我一直在寻找的方法。
Thanks in Advance.
提前感谢。
英文:
I was trying to write in Excel file that is already located on the server. I'm using Oracle Apex 22. Is it avalibale?
I was trying to write in excel file. but I couldn't find the way I have been searching for a while.
Thanks in Advance.
答案1
得分: 1
生成文件在Apex中是可以通过PL/SQL代码和现有的通用包实现的。有多种方法可以实现这一目标,您应该决定哪种方法最适合您的目标。例如,您可以使用数据导出API。
英文:
Generating a file is achievable on Apex with PL/SQL codes and existing generic packages. There are several ways to do so, you should decide which one is the best for your goals. You can for example use Data Export Api
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论