作者:浐灞半岛商业_318 | 来源:互联网 | 2023-08-31 15:04
IwanttocreateanapplicationthatwhenyouimporttheCSVthenitwillexportto.xlsx.Butthere
I want to create an application that when you import the CSV then it will export to .xlsx. But there are some conditins:
我想创建一个应用程序,当你导入CSV时,它会导出到。xlsx。但也有一些条件:
- I need to change the column order and remove some of the columns when its exported
- 我需要更改列的顺序,并在导出时删除一些列
- I need also to change the color and font(size,color)
- 我还需要改变颜色和字体(大小,颜色)
- And also create a multiple worksheets on single .xlsx file.
- 并在单个.xlsx文件上创建多个工作表。
Which is better to use on this kind of application, can anybody help me and share some points which is better. I do the exploring on both but I need some guidance and some better solutions. Thank you.
在这种应用上用哪个更好,谁能帮我分享一下哪个更好。我在这两方面都做了探索,但我需要一些指导和一些更好的解决方案。谢谢你!
1 个解决方案