Skip to main content

Home/ Python Programming/ Group items tagged spreadsheet

Rss Feed Group items tagged

reckoner reckoner

spreadsheet in python: pyspread - 0 views

  • Pyspread is a spreadsheet that accepts a pure python expression in each cell. Requires Python 2.4, Numpy 1.0.4, and wxPython 2.8.7.1.
    • reckoner reckoner
       
      not ready for prime time yet. Worth watching, however
reckoner reckoner

Python Cookbook : Read tabular data from Excel spreadsheets the fast and easy way - 0 views

  • Sometimes you get an Excel spreadsheet (say, from the marketing departement) and you want to read tabular data from it (i.e. a line with column headers and lines of data). There are many ways to do this (including ODBC + mxODBC), but the easiest way I've found is this one : provide a file name and a sheet name, and read the data !
1 - 3 of 3
Showing 20 items per page