[Feature] exportVTableToExcel支持后台服务端导出吗
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
exportVTableToExcel在web端导出时,遇见大数据量的场景时,前端需要等待很久才能导出,但是想以任务形式交给后端去处理
What does the proposed API look like?
所以,有相关DataToExcel的工具吗,WEB端将Vtable的样式传递给后端,后端拼接数据,然后渲染成最终的Excel流进行导出
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing exportVTableToExcel behavior and the proposed DataToExcel flow described in the issue. Determine how VTable styles could be passed to a backend task, how the backend would combine data, and what is required to produce the final Excel stream; done would mean a defined and implemented server-side export path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100