简体   繁体   English

如何使用excel-builder.js导出excel文件

[英]How to export excel files using excel-builder.js

I have been working on a project with Angular 1 which will require me to build functions to export excel file with some formatting from browser. 我一直在使用Angular 1进行项目,这需要我构建函数来从浏览器导出excel文件和一些格式。 I found excel-builder.js can be very powerful and useful, but the current tutorial website: http://excelbuilderjs.com/ is not accessible anymore. 我发现excel-builder.js可以非常强大和有用,但目前的教程网站: http//excelbuilderjs.com/已不再可访问。 Can anyone provide me any documentation, especially for excel file formatting? 任何人都可以提供任何文档,尤其是excel文件格式化?

Thank you very much! 非常感谢你!

you can make excel from html table.As i create a fiddle here http://jsfiddle.net/dssoft32/WPpDm/36/ 你可以从html table制作excel。我here创建一个小提琴http://jsfiddle.net/dssoft32/WPpDm/36/

All colors and styles will work inline css. 所有颜色和样式都可以使用内联css。 you can custom as you want. 你可以随心所欲。 I have also user the Filesaver.js to download Blob object. 我还使用Filesaver.js下载Blob对象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM