- Timestamp:
- 04/25/08 06:25:55 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/lib/plain_text_extractors/ms.excel.rb
r216 r263 22 22 l.sub(/^[^>]+>/,'') 23 23 } 24 24 25 25 sheet_names=zipfile.read("xl/workbook.xml").split(/</).grep(/^sheet /).collect{|l| 26 26 l.scan(/name="([^"]*)"/)
