Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #4767
| From | "ampclj9@hotmail.com James" <ampclj9@hotmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Writing formulas to excel spreadsheet |
| Date | 2011-05-19 11:16 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <abeadb4585eca9bd4748d277fc1d2dbd@ruby-forum.com> (permalink) |
Hi, everyone. I've just started using ruby a couple of days ago, and I've been using it to read data from text files and write to excel spreadsheets. I also need to be able to write formulas to spreadsheets, but when I open the excel file, the formula is in there without having been evaluated - for example, the cell will appear as "=A1+A58+A112" instead of whatever the value of that sum happens to be. If I click on the cell and hit "enter," the formula will evaluate, but it does not do so automatically. Is there any way to get ruby to force excel to evaluate? Thanks! -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
Writing formulas to excel spreadsheet "ampclj9@hotmail.com James" <ampclj9@hotmail.com> - 2011-05-19 11:16 -0500 Re: Writing formulas to excel spreadsheet Mahendra Pal Verma <mahendra@iie.org.mx> - 2011-05-19 12:12 -0500
csiph-web