4 sheets tagged with "csv":
|
Importing CSV Files Using the Cell Formula Property Resolver One doesn't currently support importing from CSV files out of the box. Resolver One version 1.4 allows you to set data in the grid using the Formula property on cells. This spreadsheet is a tool to import CSV files into Resolver One. Click the button on the 'Import' spreadsheet and select the CSV file to import. After importing, the contents of the file will be in the 'Data' worksheet and you can delete the user code and save the spreadsheet with a new name. As well as being a useful tool this spreadsheet provides examples of using the cell Formula property plus using the OpenFileDialog and MessageBox (Windows Forms) dialogs from user code. This spreadsheet was created for the Resolver Hacks website, and not by Resolver Systems. |
|
Use Resolver One to download current data from the Yahoo Financial data feeds and parse it with a reader. The values are stored using the .Formula property so that data can be looked at offline. |
|
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 |
|
Timetric Time Series and Resolver One Timetric is a website and web service for storing, searching, graphing and publishing the world's statistical data. It stores data as time series and lets you view graphs of the data plus manipulate and combine them in lots of interesting ways. As well as making a huge amount of public data available you can also push your own data sets to Timetric and use their services to analyse them. This example demonstrates the potential of using Resolver One as a client to interact with Timetric's services. You can fetch and view a chart of individual datasets and search their large bank of statistics. As well as accessing Timetric this sample shows: * Using the Python Oauth library from IronPython The download includes documentation on how to use it and how it works. |
