Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Ext.js 的新手,打算使用 Ext.js 开发应用程序,根据需要需要打印图表、pdf 和其他网格报告。谁能告诉我 ext.js 有可能吗?如果可能意味着可以让我知道如何实现?请给我相关链接,否则给我提示?非常感谢谢谢。
ExtJS 不允许任何功能打印任何东西。
您需要使用 aspos 或 open xml 等其他库来生成 excel 表格、pdf 文件,您可以在其中绘制图表、网格。
我希望这能澄清你的问题。