changeset 12269:1071f03fc1aa octave-forge

Fixed file open support, no more lingering file locks
author prnienhuis
date Wed, 01 Jan 2014 21:31:25 +0000
parents f952efc4dadf
children f99d0e2a6719
files main/io/inst/private/__OXS_spsh2oct__.m main/io/inst/private/__OXS_spsh_open__.m
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/io/inst/private/__OXS_spsh2oct__.m	Wed Jan 01 21:29:49 2014 +0000
+++ b/main/io/inst/private/__OXS_spsh2oct__.m	Wed Jan 01 21:31:25 2014 +0000
@@ -31,7 +31,7 @@
 ## 2012-10-12 Renamed & moved into ./private
 ## 2012-10-24 Style fixes
 ## 2013-12-06 Updated copyright strings
-## 2013-12-29 Overhauled reading section proper. Now does formulas too
+## 2013-12-29 Overhauled actual worksheet reading section. Now does formulas too
 
 function [ rawarr, xls, rstatus ] = __OXS_spsh2oct__ (xls, wsh, cellrange, spsh_opts)
 
--- a/main/io/inst/private/__OXS_spsh_open__.m	Wed Jan 01 21:29:49 2014 +0000
+++ b/main/io/inst/private/__OXS_spsh_open__.m	Wed Jan 01 21:31:25 2014 +0000
@@ -23,6 +23,7 @@
 ## 2013-12-06 Updated copyright string; style fixes
 ## 2013-12-28 Fix creating new files
 ##      ''    Implemented OOXML support for OpenXLS v.10
+## 2012-12-29 Fixed file open support, no more lingering file locks 
 
 function [ xls, xlssupport, lastintf ] = __OXS_spsh_open__ (xls, xwrite, filename, xlssupport, ftype)