User Profile

Collapse

Profile Sidebar

Collapse
alagalah
alagalah
Last Activity: Feb 24 '09, 07:24 PM
Joined: Feb 17 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • alagalah
    started a topic Copying values from one spreadsheet to another

    Copying values from one spreadsheet to another

    Does anyone have an example of reading an Excel spreadsheet and iteratively copying the VALUES from each of the cells in each of the sheets over to a new spreadsheet?


    TIA
    See more | Go to post

  • alagalah
    replied to Wait for Excel to calculate
    Actually my problem wasn't with calculation as it does this automatically.

    I thought I was access a cell before it had calculated, hence I got bad data.

    Turns out I had to launch the Add-In required to calculate the cell as using COM, that doesn't happen!
    See more | Go to post

    Leave a comment:


  • alagalah
    started a topic Wait for Excel to calculate

    Wait for Excel to calculate

    Hi there,

    I have a series of Excel sheets with some heavy calculations (may take about a minute for them to calc).

    I want Python to open the spreadsheets and wait until the calc stops before retrieving values.

    I have attempted using sleep(60) but would like something a little more "deterministic" . Is there anyway to get a status on when calculations are done?

    TIA.
    See more | Go to post
No activity results to display
Show More
Working...