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.
相关问题
- Excel sunburst chart: Some labels missing
- Error handling only works once
- Excel formula in VBA code
- Excel VBA run time error 450 from referencing a ra
- DoCmd.TransferSpreadsheet is not recognizing works
相关文章
- Get column data by Column name and sheet name
- programmatically excel cells to be auto fit width
- Unregister a XLL in Excel (VBA)
- How to prevent excel from truncating numbers in a
- numeric up down control in vba
- Declare a Range relative to the Active Cell with V
- What's the easiest way to create an Excel tabl
- How to create a hyperlink to a different Excel she
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.
Try Centigon Solutions CSV Connector.
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.