giving credit for setUnLocked()

git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@126155 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Xavier Noguer Gallego 2003-05-07 19:20:31 +00:00
parent e4465da849
commit 8206acd278
1 changed files with 3 additions and 1 deletions

View File

@ -27,9 +27,11 @@
<version>0.3</version> <version>0.3</version>
<date>2003-05-02</date> <date>2003-05-02</date>
<notes> <notes>
New features:
-added support for row ranges (JT Hughes) -added support for row ranges (JT Hughes)
-added method method Format::setUnLocked() -added method Format::setUnLocked() (Ajit Dixit)
-added Worksheet::writeRow() and Worksheet::writeCol() -added Worksheet::writeRow() and Worksheet::writeCol()
Bug fixes:
-fixed problem with unparenthesized expresions in formulas (Brent Laminack) -fixed problem with unparenthesized expresions in formulas (Brent Laminack)
-fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro) -fixed problems with non ISO-8859-1 characters (KUBO Atsuhiro)
-fixed swapping of columns in formulas (JT Hughes) -fixed swapping of columns in formulas (JT Hughes)