From 9c70d0ac868f66badf2663cc7b4b3c46d5411131 Mon Sep 17 00:00:00 2001 From: xuri Date: Sun, 11 Aug 2019 00:36:14 +0800 Subject: [PATCH] Documentation updated, Go 1.10+ required --- .travis.yml | 1 - adjust.go | 2 +- calcchain.go | 2 +- cell.go | 2 +- cellmerged.go | 2 +- chart.go | 2 +- col.go | 2 +- comment.go | 2 +- datavalidation.go | 2 +- datavalidation_test.go | 2 +- date.go | 2 +- docProps.go | 2 +- docProps_test.go | 2 +- errors.go | 2 +- excelize.go | 2 +- file.go | 2 +- lib.go | 2 +- picture.go | 2 +- rows.go | 2 +- shape.go | 2 +- sheet.go | 4 +--- sheetpr.go | 2 +- sheetview.go | 2 +- sparkline.go | 2 +- styles.go | 2 +- table.go | 2 +- templates.go | 2 +- test/SharedStrings.xlsx | Bin 9419 -> 7386 bytes vmlDrawing.go | 2 +- xmlApp.go | 8 +++++++- xmlCalcChain.go | 2 +- xmlChart.go | 2 +- xmlComments.go | 2 +- xmlContentTypes.go | 2 +- xmlCore.go | 2 +- xmlDecodeDrawing.go | 2 +- xmlDrawing.go | 2 +- xmlSharedStrings.go | 2 +- xmlStyles.go | 2 +- xmlTable.go | 2 +- xmlTheme.go | 2 +- xmlWorkbook.go | 2 +- xmlWorksheet.go | 6 ++---- 43 files changed, 48 insertions(+), 47 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f892c5..faf9916 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ install: - go get -d -t -v ./... && go build -v ./... go: - - 1.9.x - 1.10.x - 1.11.x - 1.12.x diff --git a/adjust.go b/adjust.go index ccc5ce9..186112d 100644 --- a/adjust.go +++ b/adjust.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/calcchain.go b/calcchain.go index ce679e5..b4cadef 100644 --- a/calcchain.go +++ b/calcchain.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/cell.go b/cell.go index 6743e2a..f61e268 100644 --- a/cell.go +++ b/cell.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/cellmerged.go b/cellmerged.go index a78b244..c1df9b3 100644 --- a/cellmerged.go +++ b/cellmerged.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/chart.go b/chart.go index b9439ca..6a106f0 100644 --- a/chart.go +++ b/chart.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/col.go b/col.go index db3a901..ffa0ca6 100644 --- a/col.go +++ b/col.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/comment.go b/comment.go index bc6fa27..97e0e9b 100644 --- a/comment.go +++ b/comment.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/datavalidation.go b/datavalidation.go index 209204a..2499035 100644 --- a/datavalidation.go +++ b/datavalidation.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/datavalidation_test.go b/datavalidation_test.go index 0fee092..211830d 100644 --- a/datavalidation_test.go +++ b/datavalidation_test.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/date.go b/date.go index b49a695..8f63702 100644 --- a/date.go +++ b/date.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/docProps.go b/docProps.go index ff19fda..166512f 100644 --- a/docProps.go +++ b/docProps.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/docProps_test.go b/docProps_test.go index 1f52beb..671d998 100644 --- a/docProps_test.go +++ b/docProps_test.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/errors.go b/errors.go index 3404c7e..8520a01 100644 --- a/errors.go +++ b/errors.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/excelize.go b/excelize.go index 6d014a0..b734e57 100644 --- a/excelize.go +++ b/excelize.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. // // See https://xuri.me/excelize for more information about this package. package excelize diff --git a/file.go b/file.go index a4aa11d..46f1f62 100644 --- a/file.go +++ b/file.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/lib.go b/lib.go index b99b175..4dea16a 100644 --- a/lib.go +++ b/lib.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/picture.go b/picture.go index 812eb5c..62d48dc 100644 --- a/picture.go +++ b/picture.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/rows.go b/rows.go index c17179f..6281e62 100644 --- a/rows.go +++ b/rows.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/shape.go b/shape.go index 7dc7021..e3ed968 100644 --- a/shape.go +++ b/shape.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/sheet.go b/sheet.go index 935deac..ed6d888 100644 --- a/sheet.go +++ b/sheet.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize @@ -740,9 +740,7 @@ func (f *File) searchSheet(name, value string, regSearch bool) ([]string, error) result []string r xlsxRow ) - xml.NewDecoder(bytes.NewReader(f.readXML(name))) d := f.sharedStringsReader() - decoder := xml.NewDecoder(bytes.NewReader(f.readXML(name))) for { token, _ := decoder.Token() diff --git a/sheetpr.go b/sheetpr.go index 66761f3..a273ac1 100644 --- a/sheetpr.go +++ b/sheetpr.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/sheetview.go b/sheetview.go index 9712d85..09f5789 100644 --- a/sheetview.go +++ b/sheetview.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/sparkline.go b/sparkline.go index 73e125e..18eae6c 100644 --- a/sparkline.go +++ b/sparkline.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/styles.go b/styles.go index 04a5c33..c19cee0 100644 --- a/styles.go +++ b/styles.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/table.go b/table.go index 3d8d402..45a1622 100644 --- a/table.go +++ b/table.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/templates.go b/templates.go index 923cebd..0d3a0c5 100644 --- a/templates.go +++ b/templates.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. // // This file contains default templates for XML files we don't yet populated // based on content. diff --git a/test/SharedStrings.xlsx b/test/SharedStrings.xlsx index d6004c0cd2b60c0324378fde7017b55d21a79dbb..bcea2c81caa16f9905b53cb72987ff467f76c7b0 100644 GIT binary patch literal 7386 zcmbVRbySr7wx+|OLArZrq#Fbg=@6uQXc)Sc?(XhZ8UblR>FyZ1Bt*LFg5SMIKhHVe zA9v4M?>n>B?ES8H@8`GU*@`l-a5zv%NJvn`Z~z6U-vs;NyOucE#t~%WsQ22<7UZDA z;%aTx`C3K+h8?3d?ShQEC3XP@(Fg^ANcNHj(@S(=s2X*lZW{&ZesR{f3*R3@s@bY0 zV}G*SkyE3dTT4u0O$UhZLeF@ap&}wJY1R5Hekl~?6<=AYi()8hc5-+{g=CE!)IjoH zB@U|6r#P$+2$}%_=*yp!uV)xmmw1!JQ~_LweBaN(#v3F)dFlM9?4&}XWr>N^-CPRb zIEhO7>TBl8V}^hy?Wxk3(;I!;dMuYiIr=6Y`bIEk_~h%lLFGsF?UCmlTG$bRR_`f= zJ|rsHTW9KX-wxD1(TEg}=C<3=IW^4-W;U_+LW; zcnFD}J;=&|mF4kT7CUJ1g$>1f->=1Qv_)yI9Y0T=)o28QKMQMCcO;J0KVy^BdfWVE z21aMw;AQ_55?IkXK5G~jsR7iOIcw3mD?#41Fe0cq+RLCS4`*0y}`4D zm(mUN&Mi?4D%ukx1?yy(dE2hJ>cOT-UWCZl1vewWE{?8IfA<7uF+4@}IhI$OUyp4GOLX`LF00UpTjSqQ1_0^ii!U8`bWE2V`OX z$wwFu|1bs{DcXZ=9as%)Z67h45j!Zq%Z3qfF4Zi)F61;9hVh;_kMUD5e6TcgW#+Cd zAz(UEP<-O(gtvrHS)IHpEh}$rm?N*ejwq=XzZXF-c$*rJz#Ut9cRIjTb0JeFG#uX( znZ=dqE7~jV?Q!hd;GFgzT%ZhY<`X3j9tU9W#3$&~{5pjUhOel$(rcQ5@2e5OzHX3g zQ@;LVK!}#4o}t?mN}%CBFZi;)5X448CRE`pcQn2O9_O|69%nuE<6>7V=JkLw5<+}m zJ3$lWDFCu0+Jab4eGp;p?>N@vv8Sbi>yRWERrzbnEXP(2R&g^pdRB^8wvdu>TY} z%-CSQ@Q<@5HUw?h}48F&8S3hS5u*oUssvV+|Kfn7J@9w z7U)>`8y}gu@B$~-70kC;`uSk zD?$Z6?oN6)DUr5NM!k%+A#J}c3b)&5UtUnNs0J;hnvm$7NUAL_AAOfydtg8c)-zXh zfr#`E_3G5WYidEq2|Yf#b?#nw^1QE1UU^o)B(uevGwb_Ixc9=pbzkyQ)yvQd&HC=m zqNLt)FfMS7X#?9iSMW)0T>5S55z%7^q7`-GBpyQG`;Ui*@F4`QR;+*J7#Fa;r6Cw> z`51=5r$lB6jrJqy3|Q2!xsIGq>qb4*i$h2#d=;hIAr}KUglY+ zNI#R!rn4MDHGi(#N^)dW9XT3Zfj+NaKzn zEc&`Aap^v0bAX6JlXzp;cD`CXX!^ag7xV;~Yo0ZcoOr4PdB)uJgR@H%c`!3~ox&Dp zc%;5jc?Aw;*jQM8I|sTYu;h$IQ!~Haput=vGEpW~;FY*@9mPIzw{Cf2KO%v(D25Y1 zrKP$Lui*u6AY-p2YHP4V@wvuFopw}k8wAW|bf)0G>Es9}sZJG{(N)&6pR5t+44!b%rS&C1H#d#A z;quhHO1alOuFdmOZoHjL=?3A_kxt%^Ku zjCU0i_ue-{?9rbCk<_i_(Z-}9VUEfr6=?W|Wvo5CrmsHSokupnjR`>ti!3PNhg~<* zz$`Pb7F~P=SYOx6_TpTkliC+Ez3w&6$kjt@XcCjR3}!-p6I;0TTaj(re!t&UeoYz}c!5m_K%%oiWSDFPy?qFgui%9hww*B{;h3l&LAX&#m` z_|DU2{&`3szO!+9icC}hv67X@l(M<~x@hh3biOUW$e7RgHc+bKmLXCeZRRAYpeR~=T@iixkKQ>TCv8mTyCP!QUtTc%08 z6bSRyfms609(V|_l6{Cd6#Lw+fCM(CgbOBu+7}Hs%D*PhL`?&;{Q{(j*s>I|g=?bk ztyxx9uAqPN6y?ew!8O>ONZ_swmgG>+7u9X&DmmBlX5OARIu2`H^$C^zy_rFlT`T=r zb`Msvw0P}+m~GeT%9yAsO|vMhEchIKs+JZ{1Zm&J?5Sx1NJ)gnA-vhept**v8*IG{ zzsaR}@68k?on$L0>xN*a3_>nSfOZ+&iF->pIYZxvk3Y=>Bq&Lso<~R)Ow5$`^3Cr_ zPbOJN>yoItJ)1Ax#$S_YD=OJ~vBLXwkffUbycpvT(dh92Y5BAE9EJ6?`ks7#wX=Ei}IPNsR8}AyozVS8s{^;`HP`> z;_|dJ&eSQ9k=TqEp0!sgE%Y3kgS!gOXSY3F-ti)}gjP+Vl@G~T#uZ>T(^G&kgbs>qKcz(YB3Gy_?K{<^Y1X0<)delUa^ zzYTrnUUX}*4;|>_%m3p0j2t8%*|1(b>Z7boI8cdvJHHim&+fCg!9r!f_kuHi-BU9k zoyIm=t)Md4E7tFE>p^BJCF3TnoM`%C6Z;+q9*5WoyF8?UC?wbvz^EOyON-v;)JLva zlJ6E8r>*r$G^7}aPubTnOSFtA%ZSp*-r16Xi@p8fpx;vS*e*PY59P7aa%YR!P$i8+ z`hofhsmeF!V6XKv-De(S=YrRoHR7^VfET=Qb=Q8-r${@rOl5<>V_d%qsb1p_qujLu ztYaKtod^@1h&@x9Y_`$B4sOr(aU6?VG1J$|*S2{!31d+pux`DngzVFi&8@j@)8{-C zTj-3yi~|pj4tt13Tb3DepkxC|?qI1JQlZL%a zWaRK+1R~L=@F14D5!j%QSch<;Dt#z%NTNgMu zY=o#uBOxNDnJHoj>3jGqT;9`#&}=Vf8@Bqks8n$*DTG&ZQN1S`)JKs@>|_yUV70M> zgv6=>42kU?x^?Lio%bCsN8j?_$WxMnG1Bw;3k4fE6U=<`>C8%ZrmUAOHpnaVJnyeM zIZm!R$H!j|E0EnfUR@k+=aHfM3-BHt`&YEyejlz7k@OP0-kgkM9dJ$QzQ6iH*LHK$ zKu~=2IZ03WcJFdLN$>5|wTlAE0ke;Xn`=^_L~heM9LW*JlnI8Y`>H3-0+dPw45BwD zlorE?w@Y_&iY;m`(SEDPuBt|}`836*1SpZY2V%3MYJD0F1@Xrb)aHM^vza7muoBe0=_ z$%Jxa1wtU&xg3fMkd-oqcG;}SzOaR@iD8>uq!TqYoC$5Bzqv_s$jc`|k`Z=2M?E^F zFmbUNRR^4YGVqya$ZN%ubjqn_XPxRQ=V*caAjfM`q9A@{dVWp{7xr&%>)d4Au*6-G z8Rj_aRrTu_&vEi#%fqE@g~VgoFQ8ur{Ag7O;n&k#%6q4e7QH?sm8|S*D@4|9QxR~+LV=RCEKISr$c&xYJzsjV2lc)WjeT~Ld&-E5;HAWKa6Bgm zLbq~BfK|{%vuIY!;qw)OHTti)!N&_Zq|caVAmIg$S#IKG@yapOWf~!G304z6k;171 zJ{U6%9`fUkx;dbjMK1aVrl%o1x$djmHk2HI9`D52OYLKh4j-U?#b01dMYSNRFxNoz zJ%E-je^i46Jx{b@%EAzXmM3cqNnM>@>lz+T5_tU>vtRVWs^RnBx) zTlWaKH)Kjr9bt(5lIqrw&>7THJG&Ar!7r~eiN_eJUBMbQ83GA*-_|gYaghi`@uMuLY^G=I%I(ZL8V^% zQO;mRSov^W908xVq4|qt$d6yC3kbB_G#mJord7@}owO%{J7u z0dBnITClF#KK*P6@16nCk}s7OjwXzOVA;)1__Qz8+6>y2w3N8Y)}n&*~ffMLdgL8q46-@hTJU3lc^=S00*1er^lg;Kl-$+QHBrbFMT`Y z0=hSEt&_-n&qqu1Brt;CSj3&A$(@OQ)3mWe{?Jw*k=m54w!9x^CG5~uj*EY7Wd{aZ zP3v2pTd6?$ffnCLjmJjE+7u5KF?$vRyYnzro(aUiMH==P-0lZ28x6nWxrccyT`k#d zE$#?VP$ZQ9RJzdrDqX+NFlBK%;JL?9l5S5#qP3__9ErlBSQDRUj9Ybg8U!L1FQv6J z5fFWI+P2S&k)4O9Q;(ER3~|57bkNPpEDM|0dSac=fGwebbR^NM%FzG9*QT5<1Iewc z`WdK!;e{`0fSBo*C^Gps(jo)#?gvncsc@hvHTJGR(_H;c3DsQxgoZKr8jKxy?gU&W zt`v;Ao+<^YU;wSmM~bgk%qU!0GAv!8(*g8*2)QqYn0k0pN@ZmjFSKmo$I+c8SKb#x zvBx!hj6%h6gO4f-Q#R-Br`Y4#bF)Nk!?=t8yj)M$J~pZpu&znKRZr)=7%JSCg(bTk zhE*D6dBCj<^+H{G`il^QCmrK_RfkY`tXH8@b@%0d{;4x38LGm!XL$8QyY8j$TWdO; z7+&fQh2O?YGmgQXQoLrY%0h}R+TF=bDS711_Gq3AciHlBj`}thF z9y{DFQ!7Wtq*E#Z*YhGvaJuqkitj`V*{UgXEnCE?KD=a?5jRKDfQfF|G299f?2c_r z%#Uoy-s@B^T@4ob>u&2Pma?;D5B|F+ zx1S7Uw$NP37jzd(7`@J0*ZB+26-L){c^Z(eGU&q*GT4x$Oh?Ef_>IPjzWI^!N70@T zGyw1&IxW(y1=dDJ#(yx%EX_3PJ+{uaawEYMXnb{-zewKDTC(hf?H~;k9 zqVnBH-r$Q4>y*H@pIuoYHP&_J!+fOu0Pp|K0^x=jW>!}&tzQ6(xC3+A^`9P_&2c+-JyAoKe;-vt?H2qrE;Z7BezC*5Fh;x7XFq=Aoxl1h zN7S`T2B%Ff@Et&&y=fr@9ub6571MH31T7u1dTIHgy;?4+F>0G+ZQbl}u#&lm?aPHK zHBAFNVnkH5=i+hgP4@-6i6^bjZX0sk;tKS4kkm4KLQ9;JNKG}s>Qa8@3kskcbevHt zb0xqh0i5B{b|4m%x-cBKv~uvGr|x*mH&1-?`068W zq!G|?f;ClHp5c@g+Y3_hL)fMZeTi zG!+J`O12TU7UQCf4qS;;}Az^f;CJm7?cO^j_`k4BBT*Y839G3LW@TK`v*YPwglqk{n|G@AVYO_<&=B5)d%R=e=&WD>0>kSX z?Kr6K$2}MB7_JY^(`J#*R14_ zA%hb%kApAryK97{pQnSCH9VDSHzV;W(prr_7( zFFa)exX^1aOa5pGP|1m@KS)SZLrXjvku9a6+01vY&LE`&B)pm9D;v@ca)4PAB9_go z6%e>fWg%<2_z4)!`X!v*2f&d01Pn9`4%Dyx&+lu9$Kmhq@*lQAiZXvU@HK_u~pM?IO+P|}#k2LZxv3q#Se`)_8sr;wkD*gpM|R;-@}es8A!RQ^2;Jr<~6lJfLl%Kuib{6NpOn0L-A6qXtClH*Fv%4?ox`oe(B7;-^_I8 z{(^hYS~>5^O7_kZy zrrN5MdnTAb$xxhffi7DOg}X6+G3C^Z6hQb|kXcdz_pq?1G*rrD4Tf(y{brVaeTFYh zOatWw0{`xXgT)qUV1AY^8V8YZmpluLg_7-KD@}y4iaEwY$8;GkBdjf>q&%aR;*-mu zCpz5gB7$;-4&pw{n#sJSn+4;vtD(XODRCZ^1Vi<10vG$O;*#>ceY0Q~2bu z$>8KMmzT{&Fc>lp8-3{iyI;hH7kDWD$^Vnf#+Z&bGwc+iOhDK2Ok#2 ztO3>M+}PKgqriTecNhM;b=)UkvcWyPNZn-v$AfR8$UiJY^3>l+B3n{qatnDPKo|gk z2!IF$vSa(5C!UTjwx*7bwm);&zc~X1Nn{W&|J_Gx;)qQTJ8JMz$mgK(Hs{1g@Wp8vl0>TT}JXDPgOzMSUxrP8ON~Y9sl_{DV6&&1APq%Z1a5P*H6fX zS4vt}6ycw^ny=9DqNS@USlM_+XKfXg%v(gCm++|?r*{V>tLu?)TL{0COY7?wb0sok z3aZ3tmekq4$&PM+@h-zUGFt`HbDOBg4|VXy(SC*7ASUj!AMw};A7% zPvf3o?6q!2ja;dw!;J0YDs*y7pplBlpw^6uv>c9{izebPU|@a5K6wiTC8|QhS6d&A zR05)P(ahde#l=jwP2xfkucgqihLtOmN6cixzV?%Fp+#wx3?I>BKlfp6BCs{wd0(Z6 zNrhW0+CF5i^T~?eA4UJ`u(*Mj{tk`ka6zKSWPoY%8K{}Q&V&oDW~MG`8r~1<~6DzrtlOrt*9-2f#g-C_JI$`)V%=w>-}En5Q6~pgOrS)LWC*i>}Nn4v)0s!;=X& z^0ZAWw)p9C#PpIY%JH!qYf9si?z8He`#~2ihL8l)l!ruFrU}?9;}2Tv>{zDe`={?y zk>7udyN9CfZp&svlkLr#8Zrz@&;w}`1dCxdr5H!MT7)pX#iKINK3-Ft0Se6+$8n;e z1KWF!bcvu4Q10P$^DJIk*6t_Hp-xHByj@hM$k|L^A#@WUJ=K^m&%vtRel;laMjKNh zrzx3~JmTq?VMFmH)P-K?!qrSV;61HF8^{{%&DGwu;J1xPmOO#gKsQfNG3!J2-J8s} z%OaO_&z1%yXU}d`{8uGScD;j^tu|vG$b`s)AI=_wg#!t2di87PEnB(-cVWY_{e%6g z+==u2^uL^oZj7%8<$O1KVSg})>SA5@nIuQC}RF1gH(ej~K4edQG@9cJL)m$k0HpPPW~chI86uP$gI_?&ZeJVtGgH zp2~PuD3j*`v>VrqImseT z!5fE)^%5NlEO`Ay^`$4xnppboQsG=|=MS?RZ;{Pk*nz=O*s)W^uHRD=8?+~>EYywQ z4F=Y>F2$(|x`6P?cg8Vt#Tce|0&N-5sKqO@Yjx^1NuNH$wB?lB>Lxm_(HgF=xlF@m z7!@;wzZCK5Yt#Dpt?m*R{GQf_UdfihZ72DZ*)3EP@U7AKPG(^AJ-Zg>+KEPvhfx;Y z@G7;aVNPnI%$5}*Dae5j>n+aRIvJOj`nQ*59K{Ewaou8v!5Rqs#u^pV+jav1DyeGW zVf^Q)JW)>d*>5v*t#_?fqa_f`Qj2Y32^ss^cL>n0srmg9zDt{2yNQNy);rY;4X6#s zDkRgdP7}_A$)OnHDT_|yI9=p^Bo1K{BUoY`laXS=S=#ms-x}b!T#*|5`hnl?s7p_j zCy;0rjocWVT>9pcokjx@|3D>&Q`L5?%*vJ1h(*s#(guwtxfriE2KR0HtP-}Ij1|+E z7-xaf7*r8#mM9&^J;q{8!gyZ{HcSrG*BEGkPnU0gFwG5Te*$x3C3UnAQKJ8p)>HcJ zcUxcmwZ)Zdr;CKYM)G#9H`f=z1Vw(k9zI|5O3wp7FqQ14)6Ho4kI|JN;1OobkSnmjS64$N zi+Cst9J_ywwA}sPeQ00fPyfnuVEu;A8&4Ufp) zKi4&mGvrtBWkWpB=UL6KD9U1IEYeoM(#?4lZ+yo_-O7Nye4okigz!&HZF|?=CI|V1 z^!d+b{I`VUW@TY-!S>sk<0oGabmbh0c`-jf+x4fo%+ao)>F0cokjmUEbN{BIU?4$P zrKPUv3!Kc{c!hK<95Sv#lp*r@wD>rWDD-*aBT)mxJnn$eZoIyXTvTL5pQMpT0Em1A zb!TKQ&vDr+ncYo3xZq_4!q)dfKmzxsP=?gSs$a3MJ&ma9T3r~Sl8g`mHsPYK_fuOY zNTZjU5^-0pDe}8mxq5wb6@@q`ddod00eAVLNxJHd9u~_vtT5DPBt32Bl+Y`EYPlr+sOGA10^sI~|;`E@N+?MNGW-oH;b9nI?vDHkrs?JdjZo zRSu4AUu^Im7R8qL*|Cjc&o|V0XoH3OO*ekABdhUphWCe{ahDd=mTHb|M}WM-hHiys ztp?c{7l0)6T}eveK<$Jf1FzIe6bf(tkrtiOR7Td%9sbs`+q(JVAEsS&nAKov(oz`i zWv!cPKJTug4Xl@`UCWxa&FOm_!<(OcQMxNBoP)9*;)k-FszrgvB`V4_D?4pn1a6SJ=V z#>&$9bZgYBuW^0~N?C=@_Qf440qSB?i;Hn-U>rivyaRyGP8WFDa`PdtY+*m=+v~7N zIweJNe@8HXa3)_&WbnuK$IUA?5s7x8r~Qk`(R+|i&(r-9P~_pdgdFka#rV_I&Zr;w zaGJC5W-^15vmF3_jPUzv-mpfzv={`e1tmO`-F^th&nOQ-bjG!d`Ccj zH|??pw1lsDJh>!Rg2xcifCVxEySy-KCtLPi zOFkqu!nB_mYgw_2t189Ot|WnGnEZKdl8D`OjX=a^|9&d5px3b@bgx!o@=EQnjf|Ii z9m@CblBIWJ+_<>1i}ch5D7{6W3ybIcSWEBX>al*)%luVv)t%1G#PKY3!T_HPFHjKI zOE~=5M->m6V|rLmTl|?e0>PHl&uNb!QsjRBXM-FAU%J6(*j59J+{&|TcA4mwU!ju% z_KYLzeYWtWNv@Qn&p+D?z#BGy&aA`X73JOJ=0{RknLc4hMt?bZqW)2UY@sIm2gp(* zb%e|JEAwJ|Rm)sQkXu|wD5pVlWkzP%HtqE&FK?~OO=)41jdi6i(F$+?(uw{|K-O43Y$) ziNVq3Z#Pi%-!_c!f9WoGAx}Rg925Vpio8S{vj)LpP-2CDc<5%?LZ>Dx;RieI`p|IX z5>0=wyBnJRw6}MFDWbcY!YQY*)9a1Vwo$GR#CxQZx2dSAK$b|7b>5l z=!uQAT&3sO=%X*!RF5`I%}2f{JTblK(zAz0z;$9Rp`d-m_=hpx>0Qm!UWtzYCkKt;$3uT-knGeoMev$#QX- z?3n#WDYvA|D?xz=I8bFa`5ITsC8f7~f_(va2i0~vg{3QPW;OA$dz8AtF}Wh6D_r6? zZeuWWGCO#0BQ0fQBek@~di zFgo$0!Q*lxzR;RPS=OD_WL4hMdx2(PTxwS%b5JOr*q3p|o^#f;ZthXKP@Ot%dA<*fayHzk|PPm{D9_%nb^zLUt; z1sr9+#V@Z3{7Pug3C;=5V(e}_5O+GmHcirtzc9CF)3tX#)~XwjJE6qJ z=CEaK$a)3lg%{J_*sVt*7^b0L!nS3YAnTC1QZrROti-r8tgEWaU~Z{ARVvEWi<3g5 zB+^RK)&1Zg4Z{9V1c&o}zwyF~Llf;~5ctcURl-*GeV0LTG+mG#Q0<7pnU2N!%?|(% zawE{d77^0Xvf)sBP<*g>Ddo049f7Qw4NgyijS(do*ns7Kq zz@$mNH*LRK|1k3Upm)#$8R^9$TPg*~bP3X|HK@$PGmavhg{NL=mpeMv*sSs+E>_e; zR6!>fhAl(MC9AG(L8nQRwOVYdT!x^GxJNzZ5lO#cW$G6MLVHn6cY)`&+JStg*L=-C zlpJv3@@HQ%4N9SX4tM=0&Fos!tr}8-xZU=UjA|Ln%D??mT^$ z>paX$QLpw+bW{85!|e%W_*HHXN%^Vu5JRer1Er>Y&f+X-y#>&P=7OqaJ0ZM zvWH(A<7TN%f>Ie(6dzrumz|~fCOsPbZLxbyA)nf=ZV`>WnX5;Xjby(eJL4dPXTaMj zh<#xRS6WCu{Db<(Me9&i&Vlnn(oa|#abWTrRcROQ>)uBEH1@L_g#s~|{0ayCaC47o zpUlUMiu8D`3HwJ+lj}snStg?nE%kdInftY&NF$Rd-mXNZVUaW$&(g1ZMU12nLp4{L%g!n#M@4wiiAS${vx+oKQC1q`^nM^(7?YVgvMTA=tW#~#TQut)LD_tw#rRFnN-->(o=<>p zCs#di4f~l38$%Y1!uycXt~#5#f-p<`+V?$KQ&NxwS~4jr$GR=o$I3^uTo%gAB#UL7ecR5;L+C0&gq(UA|n zHfoNoH_o<^543uv3@gR0nywLOSO(6@8vr{{eT~N4p;V1Ohy|UXPX@2&Rw9%waPS4fD?sG;wnJ9|9rJ``3|`sANmbf!TW$ z;uj`)rES{~Y+8p*V?CIc2QRn>F3rA(9GG~Y&g>!L``R<2)&V1Ad3$tYub3`9bAu9B z$numy)24}DBXGQMzTdZy%+u(jaLF42Q#4A+@^45oOS4x;!?eZdT;2t*n4fEuS{zR6 zCfS|<>f+s#6_QS&wC7uAN~~METQ&{R33NUVo$78Ra7=3(xxW^F!C&e9Xf!F%6d0G| zQLGqHakJ>&DQMhO=zGjcCyVwBW7TIFWkG_=!HL9=+QCv z1GuHtFqvEyyfQbu+puE)Q}O-1%7ubvfmA5}yy4^D|Jc9Rf7t$^EcaIje;rEy+wkX_ z4f)AGji`S${Oh3Z&xT!)0nC3M+x_b2*RjnXp6(%gT7DVg{A&EG82*Rx2Bge`82=%S z|7!ZHI`@ZZ45X!inEtBO{p#S?7UK^GNYDQN!vEHA{OaY`!t)O={Di;X!LMcLuO5D_ zy#DauMf8u?@mn4CtCzp#<3D@=0Hq`Vz~8d-ujYS^rGGYOA^(&4zap!$92^8AKX*Z( O0Qw*Wz!BxocmD@YLNdYt diff --git a/vmlDrawing.go b/vmlDrawing.go index 8b1d00f..24b615f 100644 --- a/vmlDrawing.go +++ b/vmlDrawing.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlApp.go b/xmlApp.go index ad414fa..48450e3 100644 --- a/xmlApp.go +++ b/xmlApp.go @@ -5,12 +5,15 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize import "encoding/xml" +// xlsxProperties specifies to an OOXML document properties such as the +// template used, the number of pages and words, and the application name and +// version. type xlsxProperties struct { XMLName xml.Name `xml:"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties Properties"` Template string @@ -42,6 +45,8 @@ type xlsxProperties struct { DocSecurity int } +// xlsxVectorVariant specifies the set of hyperlinks that were in this +// document when last saved. type xlsxVectorVariant struct { Content string `xml:",innerxml"` } @@ -50,6 +55,7 @@ type xlsxVectorLpstr struct { Content string `xml:",innerxml"` } +// xlsxDigSig contains the signature of a digitally signed document. type xlsxDigSig struct { Content string `xml:",innerxml"` } diff --git a/xmlCalcChain.go b/xmlCalcChain.go index 05a176d..343f15f 100644 --- a/xmlCalcChain.go +++ b/xmlCalcChain.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlChart.go b/xmlChart.go index 8a3a680..bb4b4bc 100644 --- a/xmlChart.go +++ b/xmlChart.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlComments.go b/xmlComments.go index 47d8f51..f13d002 100644 --- a/xmlComments.go +++ b/xmlComments.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlContentTypes.go b/xmlContentTypes.go index e99b0b3..fa4d347 100644 --- a/xmlContentTypes.go +++ b/xmlContentTypes.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlCore.go b/xmlCore.go index 357f688..96482fc 100644 --- a/xmlCore.go +++ b/xmlCore.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlDecodeDrawing.go b/xmlDecodeDrawing.go index 6cb224a..e11bb00 100644 --- a/xmlDecodeDrawing.go +++ b/xmlDecodeDrawing.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlDrawing.go b/xmlDrawing.go index 20cb83d..ade6261 100644 --- a/xmlDrawing.go +++ b/xmlDrawing.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlSharedStrings.go b/xmlSharedStrings.go index 48d4464..7983741 100644 --- a/xmlSharedStrings.go +++ b/xmlSharedStrings.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlStyles.go b/xmlStyles.go index 49abe3c..5823bc9 100644 --- a/xmlStyles.go +++ b/xmlStyles.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlTable.go b/xmlTable.go index 6d27dc9..ca4ce03 100644 --- a/xmlTable.go +++ b/xmlTable.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlTheme.go b/xmlTheme.go index 01d0054..f764c20 100644 --- a/xmlTheme.go +++ b/xmlTheme.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlWorkbook.go b/xmlWorkbook.go index 0118685..8150e29 100644 --- a/xmlWorkbook.go +++ b/xmlWorkbook.go @@ -5,7 +5,7 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize diff --git a/xmlWorksheet.go b/xmlWorksheet.go index a5db776..09dec5e 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -5,13 +5,11 @@ // Package excelize providing a set of functions that allow you to write to // and read from XLSX files. Support reads and writes XLSX file generated by // Microsoft Excel™ 2007 and later. Support save file without losing original -// charts of XLSX. This library needs Go version 1.8 or later. +// charts of XLSX. This library needs Go version 1.10 or later. package excelize -import ( - "encoding/xml" -) +import "encoding/xml" // xlsxWorksheet directly maps the worksheet element in the namespace // http://schemas.openxmlformats.org/spreadsheetml/2006/main - currently I have