3 sheets tagged with "excel":
|
Converting Spreadsheets from Excel Once you have Resolver One up and running it is likely that you'll want to try out some of your existing Excel spreadsheets. Resolver One supports many of the features of Excel, so importing spreadsheets often requires few or no changes; more importantly once the spreadsheet is running on Resolver One you can take advantage of its features to make spreadsheets easier to maintain and less prone to errors. This is an example Excel workbook, along with its equivalent converted for Resolver One. It accompanies the tutorial on converting Excel spreadsheets from the Resolver One documentation. The Excel original uses the VLOOKUP function, along with INDEX and MATCH, to do dynamic lookups. The Resolver One version does the lookups with headers, making for simpler formulae, and uses column level formulae to make it simpler to add new data. |
|
Generating Sparklines from real time financial information with Resolver one and Google finance API Generating Sparklines from real time financial information with Resolver one and Google finance API |
|
|
Pivot Chart, Pivot Table, and Auto filter Pivot Charts, Pivot Tables and Auto filter are three tools that help users analyze spreadsheet data. Resolver One currently does not include these 3 features, but since it is based on the IronPython programming language the data can easily be exported to another system for analysis. This example shows how to create a spreadsheet using a complex business object (System.DateTime) and then use Microsoft .NET COM Automation to export the data into a Microsoft Excel workbook for analysis. This shows how Resolver One can be used to easily extract data from complex business objects and quickly build an easy to maintain spreadsheet. It then shows how the data can be automatically transfered into another application for analysis and reporting. |
