generate XLS files using PL/SQL

后端 未结 2 969
你的背包
你的背包 2021-01-06 11:04

I would like to generate XLS files using PL/SQL. This includes entring text into cells, coloring cells, bordering cells and merging cells.

This may include also:

相关标签:
2条回答
  • 2021-01-06 11:32

    Check out the work done by Jason Bennett on hist PL/SQL ExcelDocumentType

    0 讨论(0)
  • 2021-01-06 11:41

    Starting from MS Office 2003 you can create XLS files as usual XML files. The official documentation is here and some PL/SQL examples can be found here or here.

    Everything you've stated in requirements can be done this way.

    Hope this helps.

    I've done a general XLS from PL/SQL reporting solutions using this techniques: there's hardly any difficult things. Feel free to ask if you have any problems.

    0 讨论(0)
提交回复
热议问题