Resolver One: Changes between 1.0 and 1.0.1
- Many memory usage and performance fixes, in particular while importing Excel-format spreadsheets.
- Updated to IronPython 1.1.1 (fixes socket bugs)
- Added UI to set the background color.
- Samples now have a creative commons license.
- New read-only Col, Row, and Worksheet properties on cell and a 'CurrentCells' iterator on worksheet (only cells that exist not all locations)
- Fixed defect 93 - saved files with "]]>" in user code were unloadable
- Fixed defect 367 - Looking up cells by header row/col is slow
- Fixed defect 316 - Paste disabled in code box when the current worksheet is a result worksheet.
- Fixed defect 369 - CopyRange changes blank cells into zeros
- Fixed defect 151 - Disable Set Header Col/Row commands on Result Worksheets
- Fixed defect 264 - No text sent to output view for initial recalc on document load
- Fixed defect 54 - If a cell is being edited when you click elsewhere (for example opening a new document or deleting a worksheet) that change is not applied.
- Fixed defect 370 - Cut and Copy part of the text in a cell is not handled correctly
- Fixed defect 372 - Paste in edit mode replaces current contents
- Fixed defect 381 - Interleaved recalcs.
- Fixed defect 354 - ResolverServer claims "BloombergError: Resolver cannot find the Bloomberg .NET API." when you execute a BLP in a cell. (Financial edition only.)
- Resolver files now hold build number, version number and document version number for forward and backward compatibility in the future
See previous changes