excel

TwitterFacebook
Get flash to fully experience Pearltrees
Add-ins for Excel® and other tools TinyGraphs Excel Add In TinyGraphs is an open source add-in for Excel that creates sparklines, mini column graphs, and area graphs from a row of data. It generates beautiful tiny graphics that are as small as a cell and is useful for visualizing large quantities of data, such as stock prices and exchange rates. What does TinyGraphs do ? TinyGraphs creates a tiny chart for every row of data in a rectangular block of cells (user specified range).

Sparklines Add-in for Excel - TinyGraphs

http://www.spreadsheetml.com/products.html
http://teethgrinder.co.uk/open-flash-chart/ Hello, this is the Open Flash Chart project. Get graphs like this for free: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="250" id="ie_chart" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="open-flash-chart.swf?

Open Flash Chart - Home

http://www.ironpython.info/index.php/Interacting_with_Excel

Interacting with Excel - IronPython Cookbook

From IronPython Cookbook Excel (which exposes a COM automation interface) is accessible to .NET languages like IronPython through the .NET COM interop facilities. Here is a simple example that should get you off the ground: import clr clr.AddReferenceByName('Microsoft.Office.Interop.Excel, Version=11.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c') from Microsoft.Office.Interop import Excel ex = Excel.ApplicationClass() ex.Visible = True ex.DisplayAlerts = False workbook = ex.Workbooks.Open('foo.xls') ws = workbook.Worksheets[1] print ws.Rows[1].Value2[0,0] From here you can explore the various worksheet objects that you get back. Python itself has excellent libraries available for dealing with Excel files:

IronPython: ASP.NET Web: The Official Microsoft ASP.NET 2.0 Site

http://aspnet.codeplex.com/wikipage?title=Dynamic%20Language%20Support Download the ASP.NET Dynamic Language Support Release Introduction Dynamic Languages are a class of high-level programming languages that do not rely on static typing.