From: <prn...@us...> - 2012-01-26 19:55:22
|
Revision: 9569 http://octave.svn.sourceforge.net/octave/?rev=9569&view=rev Author: prnienhuis Date: 2012-01-26 19:55:15 +0000 (Thu, 26 Jan 2012) Log Message: ----------- Corrected "seealso" texinfo header text Modified Paths: -------------- trunk/octave-forge/main/io/inst/getusedrange.m trunk/octave-forge/main/io/inst/oct2ods.m trunk/octave-forge/main/io/inst/oct2xls.m trunk/octave-forge/main/io/inst/ods2oct.m trunk/octave-forge/main/io/inst/odsclose.m trunk/octave-forge/main/io/inst/odsfinfo.m trunk/octave-forge/main/io/inst/odsopen.m trunk/octave-forge/main/io/inst/odsread.m trunk/octave-forge/main/io/inst/odswrite.m trunk/octave-forge/main/io/inst/parsecell.m trunk/octave-forge/main/io/inst/xls2oct.m trunk/octave-forge/main/io/inst/xlsclose.m trunk/octave-forge/main/io/inst/xlsfinfo.m trunk/octave-forge/main/io/inst/xlsopen.m trunk/octave-forge/main/io/inst/xlsread.m trunk/octave-forge/main/io/inst/xlswrite.m Modified: trunk/octave-forge/main/io/inst/getusedrange.m =================================================================== --- trunk/octave-forge/main/io/inst/getusedrange.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/getusedrange.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -49,7 +49,7 @@ ## spreadsheet pointed to in struct xls3) ## @end example ## -## @seealso xlsopen, xlsclose, odsopen, odsclose, xlsfinfo, odsfinfo +## @seealso {xlsopen, xlsclose, odsopen, odsclose, xlsfinfo, odsfinfo} ## ## @end deftypefn @@ -66,6 +66,7 @@ ## 2011-05-06 Experimental support for Java/UNO bridge ## 2011-06-13 OpenXLS support added ## 2011-09-08 Style & layout updates +## 2012-01-26 Fixed "seealso" help string ## ## Last subfunc update: 2011-06-29 (OXS) Modified: trunk/octave-forge/main/io/inst/oct2ods.m =================================================================== --- trunk/octave-forge/main/io/inst/oct2ods.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/oct2ods.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <pr.nienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <pr.nienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -83,7 +83,7 @@ ## Put a character string into cell B15 in sheet Oldsheet3 ## @end example ## -## @seealso ods2oct, odsopen, odsclose, odsread, odswrite, odsfinfo +## @seealso {ods2oct, odsopen, odsclose, odsread, odswrite, odsfinfo} ## ## @end deftypefn @@ -111,6 +111,7 @@ ## 2011-03-23 First try of odfdom 0.8.7 ## 2011-05-15 Experimental UNO support added ## 2011-11-18 Fixed bug in test for range parameter being character string +## 2012-01-26 Fixed "seealso" help string ## ## Last update of subfunctions below: 2011-09-23 Modified: trunk/octave-forge/main/io/inst/oct2xls.m =================================================================== --- trunk/octave-forge/main/io/inst/oct2xls.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/oct2xls.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -82,7 +82,7 @@ ## [xlso, status] = xls2oct ('arr', xlsi, 'Third_sheet', 'AA31:AB278'); ## @end example ## -## @seealso xls2oct, xlsopen, xlsclose, xlsread, xlswrite, xlsfinfo +## @seealso {xls2oct, xlsopen, xlsclose, xlsread, xlswrite, xlsfinfo} ## ## @end deftypefn @@ -107,6 +107,7 @@ ## 2011-05-18 Experimental UNO support ## 2011-09-08 Bug fix in range arg check; code cleanup ## 2011-11-18 Fixed another bug in test for range parameter being character string +## 2012-01-26 Fixed "seealso" help string ## Last script file update (incl. subfunctions): 2011-09-23 @@ -215,7 +216,7 @@ ## xls = oct2com2xls (rand (10, 15), xls, 'Third_sheet', 'BF24'); ## @end example ## -## @seealso oct2xls, xls2oct, xlsopen, xlsclose, xlswrite, xlsread, xls2com2oct +## @seealso {oct2xls, xls2oct, xlsopen, xlsclose, xlswrite, xlsread, xls2com2oct} ## ## @end deftypefn @@ -241,6 +242,7 @@ ## " replaced by while loop ## " Added check for "live" ActiveX server ## 2010-11-12 Moved ptr struct check into main func +## 2012-01-26 Fixed "seealso" help string function [ xls, status ] = oct2com2xls (obj, xls, wsh, crange, spsh_opts) @@ -448,7 +450,7 @@ ## [xlso, status] = xls2jpoi2oct ('arr', xlsi, 'Third_sheet', 'AA31'); ## @end example ## -## @seealso oct2xls, xls2oct, xlsopen, xlsclose, xlsread, xlswrite +## @seealso {oct2xls, xls2oct, xlsopen, xlsclose, xlsread, xlswrite} ## ## @end deftypefn @@ -468,6 +470,7 @@ ## 2010-10-27 File change tracking again refined, internal var 'changed' dropped ## 2010-11-12 Moved ptr struct check into main func ## 2011-11-19 Try-catch added to allow for changed method name for nr of worksheets +## 2012-01-26 Fixed "seealso" help string function [ xls, rstatus ] = oct2jpoi2xls (obj, xls, wsh, crange, spsh_opts) @@ -610,7 +613,7 @@ ## [xlso, status] = oct2jxla2oct ('arr', xlsi, 'Third_sheet', 'AA31'); ## @end example ## -## @seealso oct2xls, xls2oct, xlsopen, xlsclose, xlsread, xlswrite, xls2jxla2oct +## @seealso {oct2xls, xls2oct, xlsopen, xlsclose, xlsread, xlswrite, xls2jxla2oct} ## ## @end deftypefn @@ -632,6 +635,7 @@ ## " internal variable 'changed' ## 2010-10-27 File change tracking again refined ## 2010-11-12 Moved ptr struct check into main func +## 2012-01-26 Fixed "seealso" help string function [ xls, rstatus ] = oct2jxla2xls (obj, xls, wsh, crange, spsh_opts) Modified: trunk/octave-forge/main/io/inst/ods2oct.m =================================================================== --- trunk/octave-forge/main/io/inst/ods2oct.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/ods2oct.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <pr.nienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <pr.nienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ ## [An, ods2, status] = ods2oct (ods2, 'Third_sheet'); ## @end example ## -## @seealso odsopen, odsclose, parsecell, odsread, odsfinfo, oct2ods, odswrite +## @seealso {odsopen, odsclose, parsecell, odsread, odsfinfo, oct2ods, odswrite} ## ## @end deftypefn @@ -113,6 +113,7 @@ ## 2010-10-27 Moved cropping rawarr from empty outer rows & columns to here ## 2011-05-06 Experimental UNO support ## 2011-09-18 Set rstatus var here +## 2012-01-26 Fixed "seealso" help string ## ## (Latest update of subfunctions below: 2011-09-19) Modified: trunk/octave-forge/main/io/inst/odsclose.m =================================================================== --- trunk/octave-forge/main/io/inst/odsclose.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/odsclose.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ ## (Close spreadsheet file pointed to in pointer struct ods1; ods1 is reset) ## @end example ## -## @seealso odsopen, odsread, odswrite, ods2oct, oct2ods, odsfinfo, chk_spreadsheet_support +## @seealso {odsopen, odsread, odswrite, ods2oct, oct2ods, odsfinfo, chk_spreadsheet_support} ## ## @end deftypefn @@ -64,6 +64,7 @@ ## 2011-05-07 In case of UNO, soffice now properly closed using xDesk ## 2011-05-18 Saving newly created files using UNO supported now ## 2011-09-08 FIXME - closing OOo kills all other OOo invocations (known Java-UNO issue) +## 2012-01-26 Fixed "seealso" help string function [ ods ] = odsclose (ods, varargs) Modified: trunk/octave-forge/main/io/inst/odsfinfo.m =================================================================== --- trunk/octave-forge/main/io/inst/odsfinfo.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/odsfinfo.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -55,7 +55,7 @@ ## list of sheet names) ## @end example ## -## @seealso odsread, odsopen, ods2oct, odsclose +## @seealso {odsread, odsopen, ods2oct, odsclose} ## ## @end deftypefn @@ -73,6 +73,7 @@ ## 2011-03-23 Adapted to odfdom 0.8.7 (changed getXPath method call) ## 2011-05-07 Experimental UNO support added ## 2011-09-03 Normal return in case of no ODS support (empty ods struct) +## 2012-01-26 Fixed "seealso" help string function [ filetype, sheetnames ] = odsfinfo (filename, reqintf=[]) Modified: trunk/octave-forge/main/io/inst/odsopen.m =================================================================== --- trunk/octave-forge/main/io/inst/odsopen.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/odsopen.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -59,7 +59,7 @@ ## the jOpenDocument interface is requested) ## @end example ## -## @seealso odsclose, odsread, ods2oct, odsfinfo, chk_spreadsheet_support +## @seealso {odsclose, odsread, ods2oct, odsfinfo, chk_spreadsheet_support} ## ## @end deftypefn @@ -89,6 +89,7 @@ ## " Multiple requested interfaces now possible ## 2011-09-03 Reset chkintf if no ods support was found to allow full interface rediscovery ## (otherwise javaclasspath additions will never be picked up) +## 2012-01-26 Fixed "seealso" help string ## ## Latest change on subfunctions below: 2011-09-18 Modified: trunk/octave-forge/main/io/inst/odsread.m =================================================================== --- trunk/octave-forge/main/io/inst/odsread.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/odsread.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -101,7 +101,7 @@ ## cell array Ra and the ranges from where the actual data came in limits) ## @end example ## -## @seealso odsopen, ods2oct, oct2ods, odsclose, odswrite, odsfinfo, parsecell +## @seealso {odsopen, ods2oct, oct2ods, odsclose, odswrite, odsfinfo, parsecell} ## ## @end deftypefn @@ -115,6 +115,7 @@ ## 2010-11-13 Added some input validity checks ## 2011-09-08 Catch empty ods structs after failed odsopen attempts ## 2011-09-18 Return empty output arg in case of empty rawarr +## 2012-01-26 Fixed "seealso" help string function [ numarr, txtarr, rawarr, lim ] = odsread (filename, wsh=1, datrange=[], reqintf=[]) Modified: trunk/octave-forge/main/io/inst/odswrite.m =================================================================== --- trunk/octave-forge/main/io/inst/odswrite.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/odswrite.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <pr.nienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <pr.nienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -76,7 +76,7 @@ ## True (= numerical 1) in status if al went well) ## @end example ## -## @seealso odsread, oct2ods, ods2oct, odsopen, odsclose, odsfinfo +## @seealso {odsread, oct2ods, ods2oct, odsopen, odsclose, odsfinfo} ## ## @end deftypefn @@ -89,6 +89,7 @@ ## 2010-11-13 Added note about required file extension in help text ## 2010-11-13 Added some input arg checks ## 2011-09-08 Minor filename error text adaptation +## 2012-01-26 Fixed "seealso" help string function [ rstatus ] = odswrite (filename, data, wsh=1, range=[], reqintf=[]) Modified: trunk/octave-forge/main/io/inst/parsecell.m =================================================================== --- trunk/octave-forge/main/io/inst/parsecell.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/parsecell.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -49,7 +49,7 @@ ## text data into array Tn.) ## @end example ## -## @seealso xlsread, odsread, xls2oct, ods2oct +## @seealso {xlsread, odsread, xls2oct, ods2oct} ## ## @end deftypefn @@ -62,6 +62,7 @@ ## 2011-05-17 Fixed subscript indexing bug in cropping section when rawarr is ## " numeric scalar ## 2011-09-08 Copyright string updated +## 2012-01-26 Fixed "seealso" help string function [ numarr, txtarr, lim ] = parsecell (rawarr, arg2=[]) Modified: trunk/octave-forge/main/io/inst/xls2oct.m =================================================================== --- trunk/octave-forge/main/io/inst/xls2oct.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/xls2oct.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,12 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -97,7 +97,7 @@ ## [An, xls2, status] = xls2oct (xls2, 'Third_sheet'); ## @end example ## -## @seealso oct2xls, xlsopen, xlsclose, parsecell, xlsread, xlsfinfo, xlswrite +## @seealso {ct2xls, xlsopen, xlsclose, parsecell, xlsread, xlsfinfo, xlswrite } ## ## @end deftypefn @@ -118,8 +118,9 @@ ## 2011-03-29 Test for proper input xls struct extended ## 2011-05-18 Experimental UNO support added ## 2011-09-08 Minor code layout +## 2012-01-26 Fixed "seealso" help string ## -## Latest subfunc update: 2011-09-19 +## Latest subfunc update: 2012-01-26 function [ rawarr, xls, rstatus ] = xls2oct (xls, wsh=1, datrange='', spsh_opts=[]) @@ -202,7 +203,7 @@ #==================================================================================== -## Copyright (C) 2009,2010 P.R. Nienhuis, <pr.nienhuis at hccnet.nl> +## Copyright (C) 2009,2010,2011,2012 P.R. Nienhuis, <pr.nienhuis at hccnet.nl> ## ## based on mat2xls by Michael Goffioul (2007) <mic...@sw...> ## @@ -235,7 +236,7 @@ ## Arr = xls2com2oct (xls, 'Second_sheet'); ## @end example ## -## @seealso xls2oct, oct2xls, xlsopen, xlsclose, xlsread, xlswrite +## @seealso {xls2oct, oct2xls, xlsopen, xlsclose, xlsread, xlswrite} ## ## @end deftypefn @@ -250,6 +251,7 @@ ## 2010-10-24 Added check for "live" ActiveX server ## 2010-11-12 Moved ptr struct check into main func ## 2010-11-13 Catch empty sheets when no range was specified +## 2012-01-26 Fixed "seealso" help string function [rawarr, xls, rstatus ] = xls2com2oct (xls, wsh, crange) @@ -346,7 +348,7 @@ #================================================================================== -## Copyright (C) 2009,2010 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -379,7 +381,7 @@ ## B = xls2jpoi2oct (xls, 'Second_sheet', 'B3'); ## @end example ## -## @seealso xls2oct, oct2xls, xlsopen, xlsclose, xlsread, xlswrite, oct2jpoi2xls +## @seealso {xls2oct, oct2xls, xlsopen, xlsclose, xlsread, xlswrite, oct2jpoi2xls} ## ## @end deftypefn @@ -395,7 +397,8 @@ ## 2010-11-12 Moved ptr struct check into main func ## 2010-11-13 Catch empty sheets when no range was specified ## 2010-11-14 Fixed sheet # index (was offset by -1) in call to getusedrange() in case -#3 of text sheet name arg +## of text sheet name arg +## 2012-01-26 Fixed "seealso" help string function [ rawarr, xls, rstatus ] = xls2jpoi2oct (xls, wsh, cellrange=[], spsh_opts) @@ -524,7 +527,7 @@ #================================================================================== -## Copyright (C) 2009,2010 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -557,7 +560,7 @@ ## B = xls2jxla2oct (xls, 'Second_sheet'); ## @end example ## -## @seealso xls2oct, oct2xls, xlsopen, xlsclose, xlsread, xlswrite, oct2jxla2xls +## @seealso {xls2oct, oct2xls, xlsopen, xlsclose, xlsread, xlswrite, oct2jxla2xls} ## ## @end deftypefn @@ -574,6 +577,7 @@ ## 2010-11-13 Catch empty sheets when no range was specified ## 2011-04-11 (Ron Goldman <ro...@oc...>) Fixed missing months var, wrong arg ## " order in strsplit, wrong isTime condition +## 2012-01-26 Fixed "seealso" help string function [ rawarr, xls, rstatus ] = xls2jxla2oct (xls, wsh, cellrange=[], spsh_opts) Modified: trunk/octave-forge/main/io/inst/xlsclose.m =================================================================== --- trunk/octave-forge/main/io/inst/xlsclose.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/xlsclose.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -53,7 +53,7 @@ ## (Close spreadsheet file pointed to in pointer struct xls1; xls1 is reset) ## @end example ## -## @seealso xlsopen, xlsread, xlswrite, xls2oct, oct2xls, xlsfinfo +## @seealso {xlsopen, xlsread, xlswrite, xls2oct, oct2xls, xlsfinfo} ## ## @end deftypefn @@ -71,6 +71,7 @@ ## 2011-03-26 Added OpenXLS support ## 2011-05-18 Added experimental UNO support, incl. saving newly created files ## 2011-09-08 Bug fix in check for filename input arg +## 2012-01-26 Fixed "seealso" help string function [ xls ] = xlsclose (xls, varargs) Modified: trunk/octave-forge/main/io/inst/xlsfinfo.m =================================================================== --- trunk/octave-forge/main/io/inst/xlsfinfo.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/xlsfinfo.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <pr.nienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <pr.nienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -64,7 +64,7 @@ ## list of sheet names and -types) ## @end example ## -## @seealso oct2xls, xlsread, xls2oct, xlswrite +## @seealso {oct2xls, xlsread, xls2oct, xlswrite} ## ## @end deftypefn @@ -83,6 +83,7 @@ ## 2011-03-26 Added OpenXLS support ## 2011-05-18 Experimental UNO support ## 2011-09-08 Some code simplifications +## 2012-01-26 Fixed "seealso" help string function [ filetype, sh_names, fformat ] = xlsfinfo (filename, reqintf=[]) Modified: trunk/octave-forge/main/io/inst/xlsopen.m =================================================================== --- trunk/octave-forge/main/io/inst/xlsopen.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/xlsopen.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -69,7 +69,7 @@ ## and the Apache POI interface are requested) ## @end example ## -## @seealso xlsclose, xlsread, xlswrite, xls2oct, oct2xls, xlsfinfo +## @seealso {xlsclose, xlsread, xlswrite, xls2oct, oct2xls, xlsfinfo} ## ## @end deftypefn @@ -105,6 +105,7 @@ ## 2011-09-08 Minor code cleanup ## ## 2011-09-18 Latest subfunction update +## 2012-01-26 Fixed "seealso" help string function [ xls ] = xlsopen (filename, xwrite=0, reqinterface=[]) @@ -392,7 +393,7 @@ endfunction -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/io/inst/xlsread.m =================================================================== --- trunk/octave-forge/main/io/inst/xlsread.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/xlsread.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 by Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 by Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License @@ -127,7 +127,7 @@ ## or COM interface (i.e, exclude POI interface). ## @end example ## -## @seealso xlswrite, xlsopen, xls2oct, xlsclose, xlsfinfo, oct2xls +## @seealso {xlswrite, xlsopen, xls2oct, xlsclose, xlsfinfo, oct2xls} ## ## @end deftypefn @@ -147,6 +147,7 @@ ## 2011-04-11 Return upon empty xls struct from xlsopen() ## 2011-04-17 Suppress xlsopen messages (";" was missing) ## 2011-09-08 Minor code cleanup; included UNO & OXS support in test +## 2012-01-26 Fixed "seealso" help string function [ numarr, txtarr, rawarr, lims ] = xlsread (fn, wsh, datrange, reqintf=[]) Modified: trunk/octave-forge/main/io/inst/xlswrite.m =================================================================== --- trunk/octave-forge/main/io/inst/xlswrite.m 2012-01-25 18:34:47 UTC (rev 9568) +++ trunk/octave-forge/main/io/inst/xlswrite.m 2012-01-26 19:55:15 UTC (rev 9569) @@ -1,4 +1,4 @@ -## Copyright (C) 2009,2010,2011 Philip Nienhuis <prnienhuis at users.sf.net> +## Copyright (C) 2009,2010,2011,2012 Philip Nienhuis <prnienhuis at users.sf.net> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -83,7 +83,7 @@ ## True (= numerical 1) in status if al went well) ## @end example ## -## @seealso xlsread, oct2xls, xls2oct, xlsopen, xlsclose, xlsfinfo +## @seealso {xlsread, oct2xls, xls2oct, xlsopen, xlsclose, xlsfinfo} ## ## @end deftypefn @@ -97,6 +97,7 @@ ## avoid unneeded error message clutter ## 2010-10-27 Changed range -> crange to unhide other range functions ## 2011-09-08 Minor code syntax updates +## 2012-01-26 Fixed "seealso" help string function [ rstatus ] = xlswrite (filename, arr, arg3, arg4, arg5) @@ -154,14 +155,14 @@ endif unwind_protect # Needed to be sure Excel can be closed i.c.o. errors - xls_ok = 0; - xls = xlsopen (filename, 1, reqintf); - xls_ok = 1; + xls_ok = 0; + xls = xlsopen (filename, 1, reqintf); + xls_ok = 1; - [xls, rstatus] = oct2xls (arr(1:nr, 1:nc), xls, wsh, topleft); + [xls, rstatus] = oct2xls (arr(1:nr, 1:nc), xls, wsh, topleft); unwind_protect_cleanup - if (xls_ok), xls = xlsclose (xls); endif + if (xls_ok), xls = xlsclose (xls); endif end_unwind_protect This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |