从 Excel 数据动态更新 Xcelsius 仪表板
我正在设计一个 Xcelsius 仪表板,需要每周使用仅存在于 Excel 数据透视表中的数据更新一次。我过去能够通过将仪表板绑定到 XML 文件或数据库来创建动态仪表板。我正在寻找有关如何从 Xcelsius 仪表板动态读取 Excel 文件的建议。
I am designing an Xcelsius dashboard that will need to be updated once a week with data that only exists in an Excel Pivot table. I have been able to create dynamic dashboards in the past by tying the dashboard to an XML file or database. I am looking for suggestion on how to dynamically read an Excel File from and Xcelsius dashboard.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 Centigon 解决方案 CSV 连接器。
Try Centigon Solutions CSV Connector.
实际上,最好的选择是将 Excel 文件另存为 XML,然后通过 Xcelsius 和 Excel 使用 XML 功能将其读回。如果您需要帮助,MyXcelsius 和 Datapig 技术。
Actually your best bet is to save the Excel file as XML and read it back using the XML features via Xcelsius and Excel. If you need some help there are a number of videos that can walk you through the process at both MyXcelsius and Datapig Technologies.
您可以在 Excel 文件中创建一个宏,自动创建 xml 文件并将其保存在 Xcelsisus 文件从中读取该文件的路径中。您只需对其进行一次编程,就不必再担心它,并且它可以重复用于您制作的每个仪表板。
You can make a macro in the Excel File that automatically creates the xml file an saves it in the path where the Xcelsisus File reads it from. You will have to program it once and never worry for it again, and its reausable for every dashboard you make.