SYMBOL INDEX (3163 symbols across 85 files) FILE: adjust.go type adjustDirection (line 25) | type adjustDirection constant columns (line 28) | columns adjustDirection = false constant rows (line 29) | rows adjustDirection = true method adjustHelper (line 73) | func (f *File) adjustHelper(sheet string, dir adjustDirection, num, offs... method adjustCols (line 104) | func (f *File) adjustCols(ws *xlsxWorksheet, col, offset int) error { method adjustColDimensions (line 144) | func (f *File) adjustColDimensions(sheet string, ws *xlsxWorksheet, col,... method adjustRowDimensions (line 180) | func (f *File) adjustRowDimensions(sheet string, ws *xlsxWorksheet, row,... method adjustSingleRowDimensions (line 222) | func (r *xlsxRow) adjustSingleRowDimensions(offset int) { method adjustSingleRowFormulas (line 231) | func (f *File) adjustSingleRowFormulas(sheet, sheetN string, r *xlsxRow,... method adjustCellRef (line 241) | func (f *File) adjustCellRef(cellRef string, dir adjustDirection, num, o... method adjustFormula (line 283) | func (f *File) adjustFormula(sheet, sheetN string, cell *xlsxC, dir adju... function escapeSheetName (line 311) | func escapeSheetName(name string) string { function adjustFormulaColumnName (line 321) | func adjustFormulaColumnName(name, operand string, abs, keepRelative boo... function adjustFormulaRowNumber (line 340) | func adjustFormulaRowNumber(name, operand string, abs, keepRelative bool... function adjustFormulaOperandRef (line 358) | func adjustFormulaOperandRef(row, col, operand string, abs, keepRelative... method adjustFormulaOperand (line 369) | func (f *File) adjustFormulaOperand(sheet, sheetN string, keepRelative b... method adjustFormulaRef (line 419) | func (f *File) adjustFormulaRef(sheet, sheetN, formula string, keepRelat... function transformParenthesesToken (line 466) | func transformParenthesesToken(token efp.Token) string { function adjustRangeSheetName (line 478) | func adjustRangeSheetName(rng, source, target string) string { type arrayFormulaOperandToken (line 500) | type arrayFormulaOperandToken struct method setCoordinates (line 507) | func (af *arrayFormulaOperandToken) setCoordinates() error { function transformArrayFormula (line 545) | func transformArrayFormula(tokens []efp.Token, afs []arrayFormulaOperand... function getArrayFormulaTokens (line 574) | func getArrayFormulaTokens(sheet, formula string, definedNames []Defined... method adjustHyperlinks (line 605) | func (f *File) adjustHyperlinks(ws *xlsxWorksheet, sheet string, dir adj... method adjustTable (line 639) | func (f *File) adjustTable(ws *xlsxWorksheet, sheet string, dir adjustDi... method adjustAutoFilter (line 690) | func (f *File) adjustAutoFilter(ws *xlsxWorksheet, sheet string, dir adj... method adjustAutoFilterHelper (line 722) | func (f *File) adjustAutoFilterHelper(dir adjustDirection, coordinates [... method adjustMergeCells (line 743) | func (f *File) adjustMergeCells(ws *xlsxWorksheet, sheet string, dir adj... method adjustMergeCellsHelper (line 792) | func (f *File) adjustMergeCellsHelper(p1, p2, num, offset int) (int, int) { method deleteMergeCell (line 816) | func (f *File) deleteMergeCell(ws *xlsxWorksheet, idx int) { function adjustCellName (line 828) | func adjustCellName(cell string, dir adjustDirection, c, r, offset int) ... method adjustCalcChain (line 839) | func (f *File) adjustCalcChain(ws *xlsxWorksheet, sheet string, dir adju... method adjustVolatileDepsTopic (line 881) | func (vt *xlsxVolTypes) adjustVolatileDepsTopic(cell string, dir adjustD... method adjustVolatileDeps (line 910) | func (f *File) adjustVolatileDeps(ws *xlsxWorksheet, sheet string, dir a... method adjustConditionalFormats (line 935) | func (f *File) adjustConditionalFormats(ws *xlsxWorksheet, sheet string,... method adjustDataValidations (line 958) | func (f *File) adjustDataValidations(ws *xlsxWorksheet, sheet string, di... method adjustDrawings (line 1012) | func (from *xlsxFrom) adjustDrawings(dir adjustDirection, num, offset in... method adjustDrawings (line 1033) | func (to *xlsxTo) adjustDrawings(dir adjustDirection, num, offset int, o... method adjustDrawings (line 1051) | func (a *xdrCellAnchor) adjustDrawings(dir adjustDirection, num, offset ... method adjustDrawings (line 1068) | func (a *xlsxCellAnchorPos) adjustDrawings(dir adjustDirection, num, off... method adjustDrawings (line 1084) | func (f *File) adjustDrawings(ws *xlsxWorksheet, sheet string, dir adjus... method adjustDefinedNames (line 1143) | func (f *File) adjustDefinedNames(sheet string, dir adjustDirection, num... FILE: adjust_test.go function TestAdjustMergeCells (line 15) | func TestAdjustMergeCells(t *testing.T) { function TestAdjustAutoFilter (line 289) | func TestAdjustAutoFilter(t *testing.T) { function TestAdjustTable (line 312) | func TestAdjustTable(t *testing.T) { function TestAdjustHelper (line 344) | func TestAdjustHelper(t *testing.T) { function TestAdjustCalcChain (line 361) | func TestAdjustCalcChain(t *testing.T) { function TestAdjustCols (line 382) | func TestAdjustCols(t *testing.T) { function TestAdjustColDimensions (line 477) | func TestAdjustColDimensions(t *testing.T) { function TestAdjustRowDimensions (line 491) | func TestAdjustRowDimensions(t *testing.T) { function TestAdjustHyperlinks (line 513) | func TestAdjustHyperlinks(t *testing.T) { function TestAdjustFormula (line 554) | func TestAdjustFormula(t *testing.T) { function TestAdjustVolatileDeps (line 974) | func TestAdjustVolatileDeps(t *testing.T) { function TestAdjustConditionalFormats (line 994) | func TestAdjustConditionalFormats(t *testing.T) { function TestAdjustDataValidations (line 1076) | func TestAdjustDataValidations(t *testing.T) { function TestAdjustDrawings (line 1194) | func TestAdjustDrawings(t *testing.T) { function TestAdjustDefinedNames (line 1277) | func TestAdjustDefinedNames(t *testing.T) { FILE: calc.go constant formulaErrorDIV (line 42) | formulaErrorDIV = "#DIV/0!" constant formulaErrorNAME (line 43) | formulaErrorNAME = "#NAME?" constant formulaErrorNA (line 44) | formulaErrorNA = "#N/A" constant formulaErrorNUM (line 45) | formulaErrorNUM = "#NUM!" constant formulaErrorVALUE (line 46) | formulaErrorVALUE = "#VALUE!" constant formulaErrorREF (line 47) | formulaErrorREF = "#REF!" constant formulaErrorNULL (line 48) | formulaErrorNULL = "#NULL!" constant formulaErrorSPILL (line 49) | formulaErrorSPILL = "#SPILL!" constant formulaErrorCALC (line 50) | formulaErrorCALC = "#CALC!" constant formulaErrorGETTINGDATA (line 51) | formulaErrorGETTINGDATA = "#GETTING_DATA" constant _ (line 53) | _ byte = iota constant criteriaEq (line 54) | criteriaEq constant criteriaLe (line 55) | criteriaLe constant criteriaGe (line 56) | criteriaGe constant criteriaNe (line 57) | criteriaNe constant criteriaL (line 58) | criteriaL constant criteriaG (line 59) | criteriaG constant criteriaErr (line 60) | criteriaErr constant criteriaRegexp (line 61) | criteriaRegexp constant categoryWeightAndMass (line 63) | categoryWeightAndMass constant categoryDistance (line 64) | categoryDistance constant categoryTime (line 65) | categoryTime constant categoryPressure (line 66) | categoryPressure constant categoryForce (line 67) | categoryForce constant categoryEnergy (line 68) | categoryEnergy constant categoryPower (line 69) | categoryPower constant categoryMagnetism (line 70) | categoryMagnetism constant categoryTemperature (line 71) | categoryTemperature constant categoryVolumeAndLiquidMeasure (line 72) | categoryVolumeAndLiquidMeasure constant categoryArea (line 73) | categoryArea constant categoryInformation (line 74) | categoryInformation constant categorySpeed (line 75) | categorySpeed constant matchModeExact (line 77) | matchModeExact = 0 constant matchModeMinGreater (line 78) | matchModeMinGreater = 1 constant matchModeMaxLess (line 79) | matchModeMaxLess = -1 constant matchModeWildcard (line 80) | matchModeWildcard = 2 constant searchModeLinear (line 82) | searchModeLinear = 1 constant searchModeReverseLinear (line 83) | searchModeReverseLinear = -1 constant searchModeAscBinary (line 84) | searchModeAscBinary = 2 constant searchModeDescBinary (line 85) | searchModeDescBinary = -2 constant maxFinancialIterations (line 87) | maxFinancialIterations = 128 constant financialPrecision (line 88) | financialPrecision = 1.0e-08 constant monthRe (line 90) | monthRe = `((jan|january)|(feb|february)|(mar|march)|(apr|april)|(may... constant df1 (line 91) | df1 = `(([0-9])+)/(([0-9])+)/(([0-9])+)` constant df2 (line 92) | df2 = monthRe + ` (([0-9])+), (([0-9])+)` constant df3 (line 93) | df3 = `(([0-9])+)-(([0-9])+)-(([0-9])+)` constant df4 (line 94) | df4 = `(([0-9])+)-` + monthRe + `-(([0-9])+)` constant datePrefix (line 95) | datePrefix = `^((` + df1 + `|` + df2 + `|` + df3 + `|` + df4 + `) )?` constant tfhh (line 96) | tfhh = `(([0-9])+) (am|pm)` constant tfhhmm (line 97) | tfhhmm = `(([0-9])+):(([0-9])+)( (am|pm))?` constant tfmmss (line 98) | tfmmss = `(([0-9])+):(([0-9])+\.([0-9])+)( (am|pm))?` constant tfhhmmss (line 99) | tfhhmmss = `(([0-9])+):(([0-9])+):(([0-9])+(\.([0-9])+)?)( (am|pm))?` constant timeSuffix (line 100) | timeSuffix = `( (` + tfhh + `|` + tfhhmm + `|` + tfmmss + `|` + tfhhmmss... type calcContext (line 255) | type calcContext struct type cellRef (line 264) | type cellRef struct type cellRange (line 271) | type cellRange struct method prepareCellRange (line 1598) | func (cr *cellRange) prepareCellRange(col, row bool, cellRef cellRef) ... type formulaCriteria (line 277) | type formulaCriteria struct type ArgType (line 283) | type ArgType constant ArgUnknown (line 287) | ArgUnknown ArgType = iota constant ArgNumber (line 288) | ArgNumber constant ArgString (line 289) | ArgString constant ArgList (line 290) | ArgList constant ArgMatrix (line 291) | ArgMatrix constant ArgError (line 292) | ArgError constant ArgEmpty (line 293) | ArgEmpty type formulaArg (line 297) | type formulaArg struct method Value (line 310) | func (fa formulaArg) Value() (value string) { method ToNumber (line 333) | func (fa formulaArg) ToNumber() formulaArg { method ToBool (line 353) | func (fa formulaArg) ToBool() formulaArg { method ToList (line 371) | func (fa formulaArg) ToList() []formulaArg { type formulaFuncs (line 388) | type formulaFuncs struct method implicitIntersect (line 399) | func (fn *formulaFuncs) implicitIntersect(arg formulaArg) formulaArg { method BESSELI (line 1965) | func (fn *formulaFuncs) BESSELI(argsList *list.List) formulaArg { method BESSELJ (line 1976) | func (fn *formulaFuncs) BESSELJ(argsList *list.List) formulaArg { method bassel (line 1984) | func (fn *formulaFuncs) bassel(argsList *list.List, modfied bool) form... method BESSELK (line 2023) | func (fn *formulaFuncs) BESSELK(argsList *list.List) formulaArg { method besselK0 (line 2050) | func (fn *formulaFuncs) besselK0(x formulaArg) float64 { method besselK1 (line 2069) | func (fn *formulaFuncs) besselK1(x formulaArg) float64 { method besselK2 (line 2087) | func (fn *formulaFuncs) besselK2(x, n formulaArg) float64 { method BESSELY (line 2102) | func (fn *formulaFuncs) BESSELY(argsList *list.List) formulaArg { method besselY0 (line 2129) | func (fn *formulaFuncs) besselY0(x formulaArg) float64 { method besselY1 (line 2152) | func (fn *formulaFuncs) besselY1(x formulaArg) float64 { method besselY2 (line 2168) | func (fn *formulaFuncs) besselY2(x, n formulaArg) float64 { method BIN2DEC (line 2182) | func (fn *formulaFuncs) BIN2DEC(argsList *list.List) formulaArg { method BIN2HEX (line 2198) | func (fn *formulaFuncs) BIN2HEX(argsList *list.List) formulaArg { method BIN2OCT (line 2225) | func (fn *formulaFuncs) BIN2OCT(argsList *list.List) formulaArg { method bin2dec (line 2249) | func (fn *formulaFuncs) bin2dec(number string) formulaArg { method BITAND (line 2272) | func (fn *formulaFuncs) BITAND(argsList *list.List) formulaArg { method BITLSHIFT (line 2280) | func (fn *formulaFuncs) BITLSHIFT(argsList *list.List) formulaArg { method BITOR (line 2288) | func (fn *formulaFuncs) BITOR(argsList *list.List) formulaArg { method BITRSHIFT (line 2296) | func (fn *formulaFuncs) BITRSHIFT(argsList *list.List) formulaArg { method BITXOR (line 2304) | func (fn *formulaFuncs) BITXOR(argsList *list.List) formulaArg { method bitwise (line 2310) | func (fn *formulaFuncs) bitwise(name string, argsList *list.List) form... method COMPLEX (line 2338) | func (fn *formulaFuncs) COMPLEX(argsList *list.List) formulaArg { method CONVERT (line 2891) | func (fn *formulaFuncs) CONVERT(argsList *list.List) formulaArg { method DEC2BIN (line 2922) | func (fn *formulaFuncs) DEC2BIN(argsList *list.List) formulaArg { method DEC2HEX (line 2930) | func (fn *formulaFuncs) DEC2HEX(argsList *list.List) formulaArg { method DEC2OCT (line 2938) | func (fn *formulaFuncs) DEC2OCT(argsList *list.List) formulaArg { method dec2x (line 2944) | func (fn *formulaFuncs) dec2x(name string, argsList *list.List) formul... method DELTA (line 3017) | func (fn *formulaFuncs) DELTA(argsList *list.List) formulaArg { method ERF (line 3041) | func (fn *formulaFuncs) ERF(argsList *list.List) formulaArg { method ERFdotPRECISE (line 3066) | func (fn *formulaFuncs) ERFdotPRECISE(argsList *list.List) formulaArg { method erfc (line 3078) | func (fn *formulaFuncs) erfc(name string, argsList *list.List) formula... method ERFC (line 3094) | func (fn *formulaFuncs) ERFC(argsList *list.List) formulaArg { method ERFCdotPRECISE (line 3103) | func (fn *formulaFuncs) ERFCdotPRECISE(argsList *list.List) formulaArg { method GESTEP (line 3111) | func (fn *formulaFuncs) GESTEP(argsList *list.List) formulaArg { method HEX2BIN (line 3135) | func (fn *formulaFuncs) HEX2BIN(argsList *list.List) formulaArg { method HEX2DEC (line 3157) | func (fn *formulaFuncs) HEX2DEC(argsList *list.List) formulaArg { method HEX2OCT (line 3168) | func (fn *formulaFuncs) HEX2OCT(argsList *list.List) formulaArg { method hex2dec (line 3187) | func (fn *formulaFuncs) hex2dec(number string) formulaArg { method IMABS (line 3207) | func (fn *formulaFuncs) IMABS(argsList *list.List) formulaArg { method IMAGINARY (line 3223) | func (fn *formulaFuncs) IMAGINARY(argsList *list.List) formulaArg { method IMARGUMENT (line 3239) | func (fn *formulaFuncs) IMARGUMENT(argsList *list.List) formulaArg { method IMCONJUGATE (line 3255) | func (fn *formulaFuncs) IMCONJUGATE(argsList *list.List) formulaArg { method IMCOS (line 3271) | func (fn *formulaFuncs) IMCOS(argsList *list.List) formulaArg { method IMCOSH (line 3287) | func (fn *formulaFuncs) IMCOSH(argsList *list.List) formulaArg { method IMCOT (line 3303) | func (fn *formulaFuncs) IMCOT(argsList *list.List) formulaArg { method IMCSC (line 3319) | func (fn *formulaFuncs) IMCSC(argsList *list.List) formulaArg { method IMCSCH (line 3339) | func (fn *formulaFuncs) IMCSCH(argsList *list.List) formulaArg { method IMDIV (line 3359) | func (fn *formulaFuncs) IMDIV(argsList *list.List) formulaArg { method IMEXP (line 3383) | func (fn *formulaFuncs) IMEXP(argsList *list.List) formulaArg { method IMLN (line 3399) | func (fn *formulaFuncs) IMLN(argsList *list.List) formulaArg { method IMLOG10 (line 3419) | func (fn *formulaFuncs) IMLOG10(argsList *list.List) formulaArg { method IMLOG2 (line 3439) | func (fn *formulaFuncs) IMLOG2(argsList *list.List) formulaArg { method IMPOWER (line 3459) | func (fn *formulaFuncs) IMPOWER(argsList *list.List) formulaArg { method IMPRODUCT (line 3486) | func (fn *formulaFuncs) IMPRODUCT(argsList *list.List) formulaArg { method IMREAL (line 3524) | func (fn *formulaFuncs) IMREAL(argsList *list.List) formulaArg { method IMSEC (line 3540) | func (fn *formulaFuncs) IMSEC(argsList *list.List) formulaArg { method IMSECH (line 3556) | func (fn *formulaFuncs) IMSECH(argsList *list.List) formulaArg { method IMSIN (line 3572) | func (fn *formulaFuncs) IMSIN(argsList *list.List) formulaArg { method IMSINH (line 3588) | func (fn *formulaFuncs) IMSINH(argsList *list.List) formulaArg { method IMSQRT (line 3604) | func (fn *formulaFuncs) IMSQRT(argsList *list.List) formulaArg { method IMSUB (line 3621) | func (fn *formulaFuncs) IMSUB(argsList *list.List) formulaArg { method IMSUM (line 3640) | func (fn *formulaFuncs) IMSUM(argsList *list.List) formulaArg { method IMTAN (line 3660) | func (fn *formulaFuncs) IMTAN(argsList *list.List) formulaArg { method OCT2BIN (line 3676) | func (fn *formulaFuncs) OCT2BIN(argsList *list.List) formulaArg { method OCT2DEC (line 3700) | func (fn *formulaFuncs) OCT2DEC(argsList *list.List) formulaArg { method OCT2HEX (line 3716) | func (fn *formulaFuncs) OCT2HEX(argsList *list.List) formulaArg { method oct2dec (line 3737) | func (fn *formulaFuncs) oct2dec(number string) formulaArg { method ABS (line 3756) | func (fn *formulaFuncs) ABS(argsList *list.List) formulaArg { method ACOS (line 3772) | func (fn *formulaFuncs) ACOS(argsList *list.List) formulaArg { method ACOSH (line 3787) | func (fn *formulaFuncs) ACOSH(argsList *list.List) formulaArg { method ACOT (line 3803) | func (fn *formulaFuncs) ACOT(argsList *list.List) formulaArg { method ACOTH (line 3818) | func (fn *formulaFuncs) ACOTH(argsList *list.List) formulaArg { method AGGREGATE (line 3833) | func (fn *formulaFuncs) AGGREGATE(argsList *list.List) formulaArg { method ARABIC (line 3883) | func (fn *formulaFuncs) ARABIC(argsList *list.List) formulaArg { method ASIN (line 3936) | func (fn *formulaFuncs) ASIN(argsList *list.List) formulaArg { method ASINH (line 3951) | func (fn *formulaFuncs) ASINH(argsList *list.List) formulaArg { method ATAN (line 3967) | func (fn *formulaFuncs) ATAN(argsList *list.List) formulaArg { method ATANH (line 3982) | func (fn *formulaFuncs) ATANH(argsList *list.List) formulaArg { method ATAN2 (line 3998) | func (fn *formulaFuncs) ATAN2(argsList *list.List) formulaArg { method BASE (line 4017) | func (fn *formulaFuncs) BASE(argsList *list.List) formulaArg { method CEILING (line 4053) | func (fn *formulaFuncs) CEILING(argsList *list.List) formulaArg { method CEILINGdotMATH (line 4093) | func (fn *formulaFuncs) CEILINGdotMATH(argsList *list.List) formulaArg { method CEILINGdotPRECISE (line 4142) | func (fn *formulaFuncs) CEILINGdotPRECISE(argsList *list.List) formula... method COMBIN (line 4185) | func (fn *formulaFuncs) COMBIN(argsList *list.List) formulaArg { method COMBINA (line 4217) | func (fn *formulaFuncs) COMBINA(argsList *list.List) formulaArg { method COS (line 4255) | func (fn *formulaFuncs) COS(argsList *list.List) formulaArg { method COSH (line 4270) | func (fn *formulaFuncs) COSH(argsList *list.List) formulaArg { method COT (line 4285) | func (fn *formulaFuncs) COT(argsList *list.List) formulaArg { method COTH (line 4303) | func (fn *formulaFuncs) COTH(argsList *list.List) formulaArg { method CSC (line 4321) | func (fn *formulaFuncs) CSC(argsList *list.List) formulaArg { method CSCH (line 4339) | func (fn *formulaFuncs) CSCH(argsList *list.List) formulaArg { method DECIMAL (line 4357) | func (fn *formulaFuncs) DECIMAL(argsList *list.List) formulaArg { method DEGREES (line 4381) | func (fn *formulaFuncs) DEGREES(argsList *list.List) formulaArg { method EVEN (line 4400) | func (fn *formulaFuncs) EVEN(argsList *list.List) formulaArg { method EXP (line 4425) | func (fn *formulaFuncs) EXP(argsList *list.List) formulaArg { method FACT (line 4449) | func (fn *formulaFuncs) FACT(argsList *list.List) formulaArg { method FACTDOUBLE (line 4467) | func (fn *formulaFuncs) FACTDOUBLE(argsList *list.List) formulaArg { method FLOOR (line 4489) | func (fn *formulaFuncs) FLOOR(argsList *list.List) formulaArg { method FLOORdotMATH (line 4518) | func (fn *formulaFuncs) FLOORdotMATH(argsList *list.List) formulaArg { method FLOORdotPRECISE (line 4561) | func (fn *formulaFuncs) FLOORdotPRECISE(argsList *list.List) formulaArg { method GCD (line 4622) | func (fn *formulaFuncs) GCD(argsList *list.List) formulaArg { method INT (line 4664) | func (fn *formulaFuncs) INT(argsList *list.List) formulaArg { method ISOdotCEILING (line 4684) | func (fn *formulaFuncs) ISOdotCEILING(argsList *list.List) formulaArg { method LCM (line 4736) | func (fn *formulaFuncs) LCM(argsList *list.List) formulaArg { method LN (line 4780) | func (fn *formulaFuncs) LN(argsList *list.List) formulaArg { method LOG (line 4795) | func (fn *formulaFuncs) LOG(argsList *list.List) formulaArg { method LOG10 (line 4830) | func (fn *formulaFuncs) LOG10(argsList *list.List) formulaArg { method MDETERM (line 4914) | func (fn *formulaFuncs) MDETERM(argsList *list.List) (result formulaAr... method MINVERSE (line 4975) | func (fn *formulaFuncs) MINVERSE(argsList *list.List) formulaArg { method MMULT (line 4999) | func (fn *formulaFuncs) MMULT(argsList *list.List) formulaArg { method MOD (line 5046) | func (fn *formulaFuncs) MOD(argsList *list.List) formulaArg { method MROUND (line 5072) | func (fn *formulaFuncs) MROUND(argsList *list.List) formulaArg { method MULTINOMIAL (line 5103) | func (fn *formulaFuncs) MULTINOMIAL(argsList *list.List) formulaArg { method MUNIT (line 5129) | func (fn *formulaFuncs) MUNIT(argsList *list.List) (result formulaArg) { method ODD (line 5157) | func (fn *formulaFuncs) ODD(argsList *list.List) formulaArg { method PI (line 5185) | func (fn *formulaFuncs) PI(argsList *list.List) formulaArg { method POWER (line 5196) | func (fn *formulaFuncs) POWER(argsList *list.List) formulaArg { method PRODUCT (line 5221) | func (fn *formulaFuncs) PRODUCT(argsList *list.List) formulaArg { method QUOTIENT (line 5251) | func (fn *formulaFuncs) QUOTIENT(argsList *list.List) formulaArg { method RADIANS (line 5272) | func (fn *formulaFuncs) RADIANS(argsList *list.List) formulaArg { method RAND (line 5287) | func (fn *formulaFuncs) RAND(argsList *list.List) formulaArg { method RANDBETWEEN (line 5298) | func (fn *formulaFuncs) RANDBETWEEN(argsList *list.List) formulaArg { method ROMAN (line 5436) | func (fn *formulaFuncs) ROMAN(argsList *list.List) formulaArg { method round (line 5491) | func (fn *formulaFuncs) round(number, digits float64, mode roundMode) ... method ROUND (line 5522) | func (fn *formulaFuncs) ROUND(argsList *list.List) formulaArg { method ROUNDDOWN (line 5541) | func (fn *formulaFuncs) ROUNDDOWN(argsList *list.List) formulaArg { method ROUNDUP (line 5560) | func (fn *formulaFuncs) ROUNDUP(argsList *list.List) formulaArg { method SEC (line 5579) | func (fn *formulaFuncs) SEC(argsList *list.List) formulaArg { method SECH (line 5594) | func (fn *formulaFuncs) SECH(argsList *list.List) formulaArg { method SERIESSUM (line 5609) | func (fn *formulaFuncs) SERIESSUM(argsList *list.List) formulaArg { method SIGN (line 5644) | func (fn *formulaFuncs) SIGN(argsList *list.List) formulaArg { method SIN (line 5665) | func (fn *formulaFuncs) SIN(argsList *list.List) formulaArg { method SINH (line 5680) | func (fn *formulaFuncs) SINH(argsList *list.List) formulaArg { method SQRT (line 5695) | func (fn *formulaFuncs) SQRT(argsList *list.List) formulaArg { method SQRTPI (line 5713) | func (fn *formulaFuncs) SQRTPI(argsList *list.List) formulaArg { method STDEV (line 5728) | func (fn *formulaFuncs) STDEV(argsList *list.List) formulaArg { method STDEVdotS (line 5739) | func (fn *formulaFuncs) STDEVdotS(argsList *list.List) formulaArg { method STDEVA (line 5751) | func (fn *formulaFuncs) STDEVA(argsList *list.List) formulaArg { method stdev (line 5793) | func (fn *formulaFuncs) stdev(stdeva bool, argsList *list.List) formul... method POISSONdotDIST (line 5834) | func (fn *formulaFuncs) POISSONdotDIST(argsList *list.List) formulaArg { method POISSON (line 5846) | func (fn *formulaFuncs) POISSON(argsList *list.List) formulaArg { method PROB (line 5913) | func (fn *formulaFuncs) PROB(argsList *list.List) formulaArg { method SUBTOTAL (line 5948) | func (fn *formulaFuncs) SUBTOTAL(argsList *list.List) formulaArg { method SUM (line 5983) | func (fn *formulaFuncs) SUM(argsList *list.List) formulaArg { method SUMIF (line 6014) | func (fn *formulaFuncs) SUMIF(argsList *list.List) formulaArg { method SUMIFS (line 6052) | func (fn *formulaFuncs) SUMIFS(argsList *list.List) formulaArg { method sumproduct (line 6076) | func (fn *formulaFuncs) sumproduct(argsList *list.List) formulaArg { method SUMPRODUCT (line 6129) | func (fn *formulaFuncs) SUMPRODUCT(argsList *list.List) formulaArg { method SUMSQ (line 6145) | func (fn *formulaFuncs) SUMSQ(argsList *list.List) formulaArg { method sumx (line 6180) | func (fn *formulaFuncs) sumx(name string, argsList *list.List) formula... method SUMX2MY2 (line 6211) | func (fn *formulaFuncs) SUMX2MY2(argsList *list.List) formulaArg { method SUMX2PY2 (line 6219) | func (fn *formulaFuncs) SUMX2PY2(argsList *list.List) formulaArg { method SUMXMY2 (line 6228) | func (fn *formulaFuncs) SUMXMY2(argsList *list.List) formulaArg { method TAN (line 6236) | func (fn *formulaFuncs) TAN(argsList *list.List) formulaArg { method TANH (line 6251) | func (fn *formulaFuncs) TANH(argsList *list.List) formulaArg { method TRUNC (line 6266) | func (fn *formulaFuncs) TRUNC(argsList *list.List) formulaArg { method AVEDEV (line 6303) | func (fn *formulaFuncs) AVEDEV(argsList *list.List) formulaArg { method AVERAGE (line 6327) | func (fn *formulaFuncs) AVERAGE(argsList *list.List) formulaArg { method AVERAGEA (line 6343) | func (fn *formulaFuncs) AVERAGEA(argsList *list.List) formulaArg { method AVERAGEIF (line 6361) | func (fn *formulaFuncs) AVERAGEIF(argsList *list.List) formulaArg { method AVERAGEIFS (line 6413) | func (fn *formulaFuncs) AVERAGEIFS(argsList *list.List) formulaArg { method prepareBETAdotDISTArgs (line 6640) | func (fn *formulaFuncs) prepareBETAdotDISTArgs(argsList *list.List) fo... method BETAdotDIST (line 6685) | func (fn *formulaFuncs) BETAdotDIST(argsList *list.List) formulaArg { method BETADIST (line 6709) | func (fn *formulaFuncs) BETADIST(argsList *list.List) formulaArg { method betainv (line 7059) | func (fn *formulaFuncs) betainv(name string, argsList *list.List) form... method BETAINV (line 7106) | func (fn *formulaFuncs) BETAINV(argsList *list.List) formulaArg { method BETAdotINV (line 7115) | func (fn *formulaFuncs) BETAdotINV(argsList *list.List) formulaArg { method BINOMdotDIST (line 7148) | func (fn *formulaFuncs) BINOMdotDIST(argsList *list.List) formulaArg { method BINOMDIST (line 7160) | func (fn *formulaFuncs) BINOMDIST(argsList *list.List) formulaArg { method BINOMdotDISTdotRANGE (line 7199) | func (fn *formulaFuncs) BINOMdotDISTdotRANGE(argsList *list.List) form... method BINOMdotINV (line 7266) | func (fn *formulaFuncs) BINOMdotINV(argsList *list.List) formulaArg { method CHIDIST (line 7298) | func (fn *formulaFuncs) CHIDIST(argsList *list.List) formulaArg { method CHIINV (line 7361) | func (fn *formulaFuncs) CHIINV(argsList *list.List) formulaArg { method CHITEST (line 7388) | func (fn *formulaFuncs) CHITEST(argsList *list.List) formulaArg { method CHISQdotDIST (line 7583) | func (fn *formulaFuncs) CHISQdotDIST(argsList *list.List) formulaArg { method CHISQdotDISTdotRT (line 7614) | func (fn *formulaFuncs) CHISQdotDISTdotRT(argsList *list.List) formula... method CHISQdotTEST (line 7627) | func (fn *formulaFuncs) CHISQdotTEST(argsList *list.List) formulaArg { method CHISQdotINV (line 7725) | func (fn *formulaFuncs) CHISQdotINV(argsList *list.List) formulaArg { method CHISQdotINVdotRT (line 7753) | func (fn *formulaFuncs) CHISQdotINVdotRT(argsList *list.List) formulaA... method confidence (line 7762) | func (fn *formulaFuncs) confidence(name string, argsList *list.List) f... method CONFIDENCE (line 7802) | func (fn *formulaFuncs) CONFIDENCE(argsList *list.List) formulaArg { method CONFIDENCEdotNORM (line 7813) | func (fn *formulaFuncs) CONFIDENCEdotNORM(argsList *list.List) formula... method CONFIDENCEdotT (line 7824) | func (fn *formulaFuncs) CONFIDENCEdotT(argsList *list.List) formulaArg { method covar (line 7854) | func (fn *formulaFuncs) covar(name string, argsList *list.List) formul... method COVAR (line 7889) | func (fn *formulaFuncs) COVAR(argsList *list.List) formulaArg { method COVARIANCEdotP (line 7897) | func (fn *formulaFuncs) COVARIANCEdotP(argsList *list.List) formulaArg { method COVARIANCEdotS (line 7905) | func (fn *formulaFuncs) COVARIANCEdotS(argsList *list.List) formulaArg { method countSum (line 7922) | func (fn *formulaFuncs) countSum(countText bool, args []formulaArg) (c... method CORREL (line 7956) | func (fn *formulaFuncs) CORREL(argsList *list.List) formulaArg { method COUNT (line 7995) | func (fn *formulaFuncs) COUNT(argsList *list.List) formulaArg { method COUNTA (line 8023) | func (fn *formulaFuncs) COUNTA(argsList *list.List) formulaArg { method COUNTBLANK (line 8054) | func (fn *formulaFuncs) COUNTBLANK(argsList *list.List) formulaArg { method COUNTIF (line 8071) | func (fn *formulaFuncs) COUNTIF(argsList *list.List) formulaArg { method COUNTIFS (line 8121) | func (fn *formulaFuncs) COUNTIFS(argsList *list.List) formulaArg { method CRITBINOM (line 8142) | func (fn *formulaFuncs) CRITBINOM(argsList *list.List) formulaArg { method DEVSQ (line 8153) | func (fn *formulaFuncs) DEVSQ(argsList *list.List) formulaArg { method FISHER (line 8181) | func (fn *formulaFuncs) FISHER(argsList *list.List) formulaArg { method FISHERINV (line 8208) | func (fn *formulaFuncs) FISHERINV(argsList *list.List) formulaArg { method FORECAST (line 8229) | func (fn *formulaFuncs) FORECAST(argsList *list.List) formulaArg { method FORECASTdotLINEAR (line 8237) | func (fn *formulaFuncs) FORECASTdotLINEAR(argsList *list.List) formula... method FREQUENCY (line 8270) | func (fn *formulaFuncs) FREQUENCY(argsList *list.List) formulaArg { method GAMMA (line 8318) | func (fn *formulaFuncs) GAMMA(argsList *list.List) formulaArg { method GAMMAdotDIST (line 8337) | func (fn *formulaFuncs) GAMMAdotDIST(argsList *list.List) formulaArg { method GAMMADIST (line 8349) | func (fn *formulaFuncs) GAMMADIST(argsList *list.List) formulaArg { method GAMMAdotINV (line 8411) | func (fn *formulaFuncs) GAMMAdotINV(argsList *list.List) formulaArg { method GAMMAINV (line 8422) | func (fn *formulaFuncs) GAMMAINV(argsList *list.List) formulaArg { method GAMMALN (line 8449) | func (fn *formulaFuncs) GAMMALN(argsList *list.List) formulaArg { method GAMMALNdotPRECISE (line 8467) | func (fn *formulaFuncs) GAMMALNdotPRECISE(argsList *list.List) formula... method GAUSS (line 8486) | func (fn *formulaFuncs) GAUSS(argsList *list.List) formulaArg { method GEOMEAN (line 8506) | func (fn *formulaFuncs) GEOMEAN(argsList *list.List) formulaArg { method trendGrowth (line 9153) | func (fn *formulaFuncs) trendGrowth(name string, argsList *list.List) ... method GROWTH (line 9209) | func (fn *formulaFuncs) GROWTH(argsList *list.List) formulaArg { method HARMEAN (line 9217) | func (fn *formulaFuncs) HARMEAN(argsList *list.List) formulaArg { method prepareHYPGEOMDISTArgs (line 9261) | func (fn *formulaFuncs) prepareHYPGEOMDISTArgs(name string, argsList *... method HYPGEOMdotDIST (line 9298) | func (fn *formulaFuncs) HYPGEOMdotDIST(argsList *list.List) formulaArg { method HYPGEOMDIST (line 9323) | func (fn *formulaFuncs) HYPGEOMDIST(argsList *list.List) formulaArg { method INTERCEPT (line 9339) | func (fn *formulaFuncs) INTERCEPT(argsList *list.List) formulaArg { method KURT (line 9347) | func (fn *formulaFuncs) KURT(argsList *list.List) formulaArg { method EXPONdotDIST (line 9390) | func (fn *formulaFuncs) EXPONdotDIST(argsList *list.List) formulaArg { method EXPONDIST (line 9403) | func (fn *formulaFuncs) EXPONDIST(argsList *list.List) formulaArg { method FdotDIST (line 9435) | func (fn *formulaFuncs) FdotDIST(argsList *list.List) formulaArg { method FDIST (line 9473) | func (fn *formulaFuncs) FDIST(argsList *list.List) formulaArg { method FdotDISTdotRT (line 9511) | func (fn *formulaFuncs) FdotDISTdotRT(argsList *list.List) formulaArg { method prepareFinvArgs (line 9520) | func (fn *formulaFuncs) prepareFinvArgs(name string, argsList *list.Li... method FdotINV (line 9550) | func (fn *formulaFuncs) FdotINV(argsList *list.List) formulaArg { method FdotINVdotRT (line 9564) | func (fn *formulaFuncs) FdotINVdotRT(argsList *list.List) formulaArg { method FINV (line 9577) | func (fn *formulaFuncs) FINV(argsList *list.List) formulaArg { method FdotTEST (line 9592) | func (fn *formulaFuncs) FdotTEST(argsList *list.List) formulaArg { method FTEST (line 9648) | func (fn *formulaFuncs) FTEST(argsList *list.List) formulaArg { method LOGINV (line 9660) | func (fn *formulaFuncs) LOGINV(argsList *list.List) formulaArg { method LOGNORMdotINV (line 9693) | func (fn *formulaFuncs) LOGNORMdotINV(argsList *list.List) formulaArg { method LOGNORMdotDIST (line 9705) | func (fn *formulaFuncs) LOGNORMdotDIST(argsList *list.List) formulaArg { method LOGNORMDIST (line 9741) | func (fn *formulaFuncs) LOGNORMDIST(argsList *list.List) formulaArg { method MODE (line 9769) | func (fn *formulaFuncs) MODE(argsList *list.List) formulaArg { method MODEdotMULT (line 9812) | func (fn *formulaFuncs) MODEdotMULT(argsList *list.List) formulaArg { method MODEdotSNGL (line 9859) | func (fn *formulaFuncs) MODEdotSNGL(argsList *list.List) formulaArg { method NEGBINOMdotDIST (line 9873) | func (fn *formulaFuncs) NEGBINOMdotDIST(argsList *list.List) formulaArg { method NEGBINOMDIST (line 9905) | func (fn *formulaFuncs) NEGBINOMDIST(argsList *list.List) formulaArg { method NORMdotDIST (line 9930) | func (fn *formulaFuncs) NORMdotDIST(argsList *list.List) formulaArg { method NORMDIST (line 9942) | func (fn *formulaFuncs) NORMDIST(argsList *list.List) formulaArg { method NORMdotINV (line 9973) | func (fn *formulaFuncs) NORMdotINV(argsList *list.List) formulaArg { method NORMINV (line 9985) | func (fn *formulaFuncs) NORMINV(argsList *list.List) formulaArg { method NORMdotSdotDIST (line 10017) | func (fn *formulaFuncs) NORMdotSdotDIST(argsList *list.List) formulaArg { method NORMSDIST (line 10033) | func (fn *formulaFuncs) NORMSDIST(argsList *list.List) formulaArg { method NORMSINV (line 10050) | func (fn *formulaFuncs) NORMSINV(argsList *list.List) formulaArg { method NORMdotSdotINV (line 10066) | func (fn *formulaFuncs) NORMdotSdotINV(argsList *list.List) formulaArg { method kth (line 10123) | func (fn *formulaFuncs) kth(name string, argsList *list.List) formulaA... method LARGE (line 10156) | func (fn *formulaFuncs) LARGE(argsList *list.List) formulaArg { method MAX (line 10164) | func (fn *formulaFuncs) MAX(argsList *list.List) formulaArg { method MAXA (line 10177) | func (fn *formulaFuncs) MAXA(argsList *list.List) formulaArg { method MAXIFS (line 10189) | func (fn *formulaFuncs) MAXIFS(argsList *list.List) formulaArg { method maxValue (line 10225) | func (fn *formulaFuncs) maxValue(maxa bool, argsList *list.List) formu... method MEDIAN (line 10264) | func (fn *formulaFuncs) MEDIAN(argsList *list.List) formulaArg { method MIN (line 10307) | func (fn *formulaFuncs) MIN(argsList *list.List) formulaArg { method MINA (line 10320) | func (fn *formulaFuncs) MINA(argsList *list.List) formulaArg { method MINIFS (line 10332) | func (fn *formulaFuncs) MINIFS(argsList *list.List) formulaArg { method minValue (line 10368) | func (fn *formulaFuncs) minValue(mina bool, argsList *list.List) formu... method pearsonProduct (line 10405) | func (fn *formulaFuncs) pearsonProduct(name string, n int, argsList *l... method PEARSON (line 10462) | func (fn *formulaFuncs) PEARSON(argsList *list.List) formulaArg { method PERCENTILEdotEXC (line 10471) | func (fn *formulaFuncs) PERCENTILEdotEXC(argsList *list.List) formulaA... method PERCENTILEdotINC (line 10506) | func (fn *formulaFuncs) PERCENTILEdotINC(argsList *list.List) formulaA... method PERCENTILE (line 10518) | func (fn *formulaFuncs) PERCENTILE(argsList *list.List) formulaArg { method percentrank (line 10553) | func (fn *formulaFuncs) percentrank(name string, argsList *list.List) ... method PERCENTRANKdotEXC (line 10608) | func (fn *formulaFuncs) PERCENTRANKdotEXC(argsList *list.List) formula... method PERCENTRANKdotINC (line 10617) | func (fn *formulaFuncs) PERCENTRANKdotINC(argsList *list.List) formula... method PERCENTRANK (line 10625) | func (fn *formulaFuncs) PERCENTRANK(argsList *list.List) formulaArg { method PERMUT (line 10633) | func (fn *formulaFuncs) PERMUT(argsList *list.List) formulaArg { method PERMUTATIONA (line 10656) | func (fn *formulaFuncs) PERMUTATIONA(argsList *list.List) formulaArg { method PHI (line 10679) | func (fn *formulaFuncs) PHI(argsList *list.List) formulaArg { method QUARTILE (line 10694) | func (fn *formulaFuncs) QUARTILE(argsList *list.List) formulaArg { method QUARTILEdotEXC (line 10716) | func (fn *formulaFuncs) QUARTILEdotEXC(argsList *list.List) formulaArg { method QUARTILEdotINC (line 10737) | func (fn *formulaFuncs) QUARTILEdotINC(argsList *list.List) formulaArg { method rank (line 10745) | func (fn *formulaFuncs) rank(name string, argsList *list.List) formula... method RANKdotEQ (line 10783) | func (fn *formulaFuncs) RANKdotEQ(argsList *list.List) formulaArg { method RANK (line 10792) | func (fn *formulaFuncs) RANK(argsList *list.List) formulaArg { method RSQ (line 10801) | func (fn *formulaFuncs) RSQ(argsList *list.List) formulaArg { method skew (line 10806) | func (fn *formulaFuncs) skew(name string, argsList *list.List) formula... method SKEW (line 10851) | func (fn *formulaFuncs) SKEW(argsList *list.List) formulaArg { method SKEWdotP (line 10859) | func (fn *formulaFuncs) SKEWdotP(argsList *list.List) formulaArg { method SLOPE (line 10869) | func (fn *formulaFuncs) SLOPE(argsList *list.List) formulaArg { method SMALL (line 10877) | func (fn *formulaFuncs) SMALL(argsList *list.List) formulaArg { method STANDARDIZE (line 10886) | func (fn *formulaFuncs) STANDARDIZE(argsList *list.List) formulaArg { method stdevp (line 10910) | func (fn *formulaFuncs) stdevp(name string, argsList *list.List) formu... method STDEVP (line 10929) | func (fn *formulaFuncs) STDEVP(argsList *list.List) formulaArg { method STDEVdotP (line 10937) | func (fn *formulaFuncs) STDEVdotP(argsList *list.List) formulaArg { method STDEVPA (line 10945) | func (fn *formulaFuncs) STDEVPA(argsList *list.List) formulaArg { method STEYX (line 10953) | func (fn *formulaFuncs) STEYX(argsList *list.List) formulaArg { method TdotDIST (line 11013) | func (fn *formulaFuncs) TdotDIST(argsList *list.List) formulaArg { method TdotDISTdot2T (line 11048) | func (fn *formulaFuncs) TdotDISTdot2T(argsList *list.List) formulaArg { method TdotDISTdotRT (line 11071) | func (fn *formulaFuncs) TdotDISTdotRT(argsList *list.List) formulaArg { method TDIST (line 11097) | func (fn *formulaFuncs) TDIST(argsList *list.List) formulaArg { method TdotINV (line 11123) | func (fn *formulaFuncs) TdotINV(argsList *list.List) formulaArg { method TdotINVdot2T (line 11159) | func (fn *formulaFuncs) TdotINVdot2T(argsList *list.List) formulaArg { method TINV (line 11187) | func (fn *formulaFuncs) TINV(argsList *list.List) formulaArg { method TREND (line 11200) | func (fn *formulaFuncs) TREND(argsList *list.List) formulaArg { method tTest (line 11244) | func (fn *formulaFuncs) tTest(mtx1, mtx2 [][]formulaArg, fTails, fTyp ... method TTEST (line 11292) | func (fn *formulaFuncs) TTEST(argsList *list.List) formulaArg { method TdotTEST (line 11323) | func (fn *formulaFuncs) TdotTEST(argsList *list.List) formulaArg { method TRIMMEAN (line 11334) | func (fn *formulaFuncs) TRIMMEAN(argsList *list.List) formulaArg { method vars (line 11373) | func (fn *formulaFuncs) vars(name string, argsList *list.List) formula... method VAR (line 11418) | func (fn *formulaFuncs) VAR(argsList *list.List) formulaArg { method VARA (line 11426) | func (fn *formulaFuncs) VARA(argsList *list.List) formulaArg { method VARP (line 11434) | func (fn *formulaFuncs) VARP(argsList *list.List) formulaArg { method VARdotP (line 11442) | func (fn *formulaFuncs) VARdotP(argsList *list.List) formulaArg { method VARdotS (line 11450) | func (fn *formulaFuncs) VARdotS(argsList *list.List) formulaArg { method VARPA (line 11458) | func (fn *formulaFuncs) VARPA(argsList *list.List) formulaArg { method WEIBULL (line 11467) | func (fn *formulaFuncs) WEIBULL(argsList *list.List) formulaArg { method WEIBULLdotDIST (line 11493) | func (fn *formulaFuncs) WEIBULLdotDIST(argsList *list.List) formulaArg { method ZdotTEST (line 11504) | func (fn *formulaFuncs) ZdotTEST(argsList *list.List) formulaArg { method ZTEST (line 11519) | func (fn *formulaFuncs) ZTEST(argsList *list.List) formulaArg { method ERRORdotTYPE (line 11559) | func (fn *formulaFuncs) ERRORdotTYPE(argsList *list.List) formulaArg { method ISBLANK (line 11582) | func (fn *formulaFuncs) ISBLANK(argsList *list.List) formulaArg { method ISERR (line 11601) | func (fn *formulaFuncs) ISERR(argsList *list.List) formulaArg { method ISERROR (line 11626) | func (fn *formulaFuncs) ISERROR(argsList *list.List) formulaArg { method ISEVEN (line 11651) | func (fn *formulaFuncs) ISEVEN(argsList *list.List) formulaArg { method ISFORMULA (line 11678) | func (fn *formulaFuncs) ISFORMULA(argsList *list.List) formulaArg { method ISLOGICAL (line 11698) | func (fn *formulaFuncs) ISLOGICAL(argsList *list.List) formulaArg { method ISNA (line 11714) | func (fn *formulaFuncs) ISNA(argsList *list.List) formulaArg { method ISNONTEXT (line 11729) | func (fn *formulaFuncs) ISNONTEXT(argsList *list.List) formulaArg { method ISNUMBER (line 11744) | func (fn *formulaFuncs) ISNUMBER(argsList *list.List) formulaArg { method ISODD (line 11761) | func (fn *formulaFuncs) ISODD(argsList *list.List) formulaArg { method ISREF (line 11780) | func (fn *formulaFuncs) ISREF(argsList *list.List) formulaArg { method ISTEXT (line 11795) | func (fn *formulaFuncs) ISTEXT(argsList *list.List) formulaArg { method N (line 11810) | func (fn *formulaFuncs) N(argsList *list.List) formulaArg { method NA (line 11832) | func (fn *formulaFuncs) NA(argsList *list.List) formulaArg { method SHEET (line 11843) | func (fn *formulaFuncs) SHEET(argsList *list.List) formulaArg { method SHEETS (line 11873) | func (fn *formulaFuncs) SHEETS(argsList *list.List) formulaArg { method TYPE (line 11902) | func (fn *formulaFuncs) TYPE(argsList *list.List) formulaArg { method T (line 11927) | func (fn *formulaFuncs) T(argsList *list.List) formulaArg { method AND (line 11947) | func (fn *formulaFuncs) AND(argsList *list.List) formulaArg { method FALSE (line 11982) | func (fn *formulaFuncs) FALSE(argsList *list.List) formulaArg { method IFERROR (line 11993) | func (fn *formulaFuncs) IFERROR(argsList *list.List) formulaArg { method IFNA (line 12013) | func (fn *formulaFuncs) IFNA(argsList *list.List) formulaArg { method IFS (line 12030) | func (fn *formulaFuncs) IFS(argsList *list.List) formulaArg { method NOT (line 12047) | func (fn *formulaFuncs) NOT(argsList *list.List) formulaArg { method OR (line 12072) | func (fn *formulaFuncs) OR(argsList *list.List) formulaArg { method SWITCH (line 12116) | func (fn *formulaFuncs) SWITCH(argsList *list.List) formulaArg { method TRUE (line 12146) | func (fn *formulaFuncs) TRUE(argsList *list.List) formulaArg { method XOR (line 12190) | func (fn *formulaFuncs) XOR(argsList *list.List) formulaArg { method DATE (line 12203) | func (fn *formulaFuncs) DATE(argsList *list.List) formulaArg { method DATEDIF (line 12254) | func (fn *formulaFuncs) DATEDIF(argsList *list.List) formulaArg { method DATEVALUE (line 12534) | func (fn *formulaFuncs) DATEVALUE(argsList *list.List) formulaArg { method DAY (line 12556) | func (fn *formulaFuncs) DAY(argsList *list.List) formulaArg { method DAYS (line 12588) | func (fn *formulaFuncs) DAYS(argsList *list.List) formulaArg { method DAYS360 (line 12604) | func (fn *formulaFuncs) DAYS360(argsList *list.List) formulaArg { method ISOWEEKNUM (line 12654) | func (fn *formulaFuncs) ISOWEEKNUM(argsList *list.List) formulaArg { method EDATE (line 12686) | func (fn *formulaFuncs) EDATE(argsList *list.List) formulaArg { method EOMONTH (line 12740) | func (fn *formulaFuncs) EOMONTH(argsList *list.List) formulaArg { method HOUR (line 12787) | func (fn *formulaFuncs) HOUR(argsList *list.List) formulaArg { method MINUTE (line 12820) | func (fn *formulaFuncs) MINUTE(argsList *list.List) formulaArg { method MONTH (line 12851) | func (fn *formulaFuncs) MONTH(argsList *list.List) formulaArg { method NETWORKDAYS (line 13010) | func (fn *formulaFuncs) NETWORKDAYS(argsList *list.List) formulaArg { method NETWORKDAYSdotINTL (line 13033) | func (fn *formulaFuncs) NETWORKDAYSdotINTL(argsList *list.List) formul... method WORKDAY (line 13089) | func (fn *formulaFuncs) WORKDAY(argsList *list.List) formulaArg { method WORKDAYdotINTL (line 13112) | func (fn *formulaFuncs) WORKDAYdotINTL(argsList *list.List) formulaArg { method YEAR (line 13173) | func (fn *formulaFuncs) YEAR(argsList *list.List) formulaArg { method YEARFRAC (line 13320) | func (fn *formulaFuncs) YEARFRAC(argsList *list.List) formulaArg { method NOW (line 13342) | func (fn *formulaFuncs) NOW(argsList *list.List) formulaArg { method SECOND (line 13355) | func (fn *formulaFuncs) SECOND(argsList *list.List) formulaArg { method TIME (line 13387) | func (fn *formulaFuncs) TIME(argsList *list.List) formulaArg { method TIMEVALUE (line 13408) | func (fn *formulaFuncs) TIMEVALUE(argsList *list.List) formulaArg { method TODAY (line 13438) | func (fn *formulaFuncs) TODAY(argsList *list.List) formulaArg { method WEEKDAY (line 13467) | func (fn *formulaFuncs) WEEKDAY(argsList *list.List) formulaArg { method weeknum (line 13519) | func (fn *formulaFuncs) weeknum(snTime time.Time, returnType int) form... method WEEKNUM (line 13559) | func (fn *formulaFuncs) WEEKNUM(argsList *list.List) formulaArg { method ARRAYTOTEXT (line 13625) | func (fn *formulaFuncs) ARRAYTOTEXT(argsList *list.List) formulaArg { method BAHTTEXT (line 13722) | func (fn *formulaFuncs) BAHTTEXT(argsList *list.List) formulaArg { method CHAR (line 13778) | func (fn *formulaFuncs) CHAR(argsList *list.List) formulaArg { method CLEAN (line 13797) | func (fn *formulaFuncs) CLEAN(argsList *list.List) formulaArg { method CODE (line 13815) | func (fn *formulaFuncs) CODE(argsList *list.List) formulaArg { method code (line 13820) | func (fn *formulaFuncs) code(name string, argsList *list.List) formula... method CONCAT (line 13838) | func (fn *formulaFuncs) CONCAT(argsList *list.List) formulaArg { method CONCATENATE (line 13846) | func (fn *formulaFuncs) CONCATENATE(argsList *list.List) formulaArg { method concat (line 13852) | func (fn *formulaFuncs) concat(argsList *list.List) formulaArg { method DBCS (line 13869) | func (fn *formulaFuncs) DBCS(argsList *list.List) formulaArg { method EXACT (line 13904) | func (fn *formulaFuncs) EXACT(argsList *list.List) formulaArg { method FIXED (line 13917) | func (fn *formulaFuncs) FIXED(argsList *list.List) formulaArg { method FIND (line 13966) | func (fn *formulaFuncs) FIND(argsList *list.List) formulaArg { method FINDB (line 13976) | func (fn *formulaFuncs) FINDB(argsList *list.List) formulaArg { method prepareFindArgs (line 13982) | func (fn *formulaFuncs) prepareFindArgs(name string, argsList *list.Li... method find (line 14005) | func (fn *formulaFuncs) find(name string, argsList *list.List) formula... method LEFT (line 14058) | func (fn *formulaFuncs) LEFT(argsList *list.List) formulaArg { method LEFTB (line 14066) | func (fn *formulaFuncs) LEFTB(argsList *list.List) formulaArg { method leftRight (line 14072) | func (fn *formulaFuncs) leftRight(name string, argsList *list.List) fo... method LEN (line 14115) | func (fn *formulaFuncs) LEN(argsList *list.List) formulaArg { method LENB (line 14128) | func (fn *formulaFuncs) LENB(argsList *list.List) formulaArg { method LOWER (line 14148) | func (fn *formulaFuncs) LOWER(argsList *list.List) formulaArg { method MID (line 14159) | func (fn *formulaFuncs) MID(argsList *list.List) formulaArg { method MIDB (line 14168) | func (fn *formulaFuncs) MIDB(argsList *list.List) formulaArg { method mid (line 14173) | func (fn *formulaFuncs) mid(name string, argsList *list.List) formulaA... method PROPER (line 14237) | func (fn *formulaFuncs) PROPER(argsList *list.List) formulaArg { method REPLACE (line 14258) | func (fn *formulaFuncs) REPLACE(argsList *list.List) formulaArg { method REPLACEB (line 14266) | func (fn *formulaFuncs) REPLACEB(argsList *list.List) formulaArg { method replace (line 14273) | func (fn *formulaFuncs) replace(name string, argsList *list.List) form... method REPT (line 14304) | func (fn *formulaFuncs) REPT(argsList *list.List) formulaArg { method RIGHT (line 14333) | func (fn *formulaFuncs) RIGHT(argsList *list.List) formulaArg { method RIGHTB (line 14341) | func (fn *formulaFuncs) RIGHTB(argsList *list.List) formulaArg { method SEARCH (line 14349) | func (fn *formulaFuncs) SEARCH(argsList *list.List) formulaArg { method SEARCHB (line 14358) | func (fn *formulaFuncs) SEARCHB(argsList *list.List) formulaArg { method SUBSTITUTE (line 14366) | func (fn *formulaFuncs) SUBSTITUTE(argsList *list.List) formulaArg { method TEXT (line 14411) | func (fn *formulaFuncs) TEXT(argsList *list.List) formulaArg { method prepareTextAfterBefore (line 14431) | func (fn *formulaFuncs) prepareTextAfterBefore(name string, argsList *... method textAfterBefore (line 14524) | func (fn *formulaFuncs) textAfterBefore(name string, argsList *list.Li... method TEXTAFTER (line 14574) | func (fn *formulaFuncs) TEXTAFTER(argsList *list.List) formulaArg { method TEXTBEFORE (line 14582) | func (fn *formulaFuncs) TEXTBEFORE(argsList *list.List) formulaArg { method TEXTJOIN (line 14591) | func (fn *formulaFuncs) TEXTJOIN(argsList *list.List) formulaArg { method TRIM (line 14648) | func (fn *formulaFuncs) TRIM(argsList *list.List) formulaArg { method UNICHAR (line 14659) | func (fn *formulaFuncs) UNICHAR(argsList *list.List) formulaArg { method UNICODE (line 14677) | func (fn *formulaFuncs) UNICODE(argsList *list.List) formulaArg { method UNIQUE (line 14685) | func (fn *formulaFuncs) UNIQUE(argsList *list.List) formulaArg { method UPPER (line 14818) | func (fn *formulaFuncs) UPPER(argsList *list.List) formulaArg { method VALUE (line 14829) | func (fn *formulaFuncs) VALUE(argsList *list.List) formulaArg { method VALUETOTEXT (line 14866) | func (fn *formulaFuncs) VALUETOTEXT(argsList *list.List) formulaArg { method IF (line 14885) | func (fn *formulaFuncs) IF(argsList *list.List) formulaArg { method ADDRESS (line 14938) | func (fn *formulaFuncs) ADDRESS(argsList *list.List) formulaArg { method ANCHORARRAY (line 14989) | func (fn *formulaFuncs) ANCHORARRAY(argsList *list.List) formulaArg { method CHOOSE (line 15031) | func (fn *formulaFuncs) CHOOSE(argsList *list.List) formulaArg { method COLUMN (line 15189) | func (fn *formulaFuncs) COLUMN(argsList *list.List) formulaArg { method COLUMNS (line 15244) | func (fn *formulaFuncs) COLUMNS(argsList *list.List) formulaArg { method FORMULATEXT (line 15266) | func (fn *formulaFuncs) FORMULATEXT(argsList *list.List) formulaArg { method HLOOKUP (line 15332) | func (fn *formulaFuncs) HLOOKUP(argsList *list.List) formulaArg { method HYPERLINK (line 15361) | func (fn *formulaFuncs) HYPERLINK(argsList *list.List) formulaArg { method MATCH (line 15470) | func (fn *formulaFuncs) MATCH(argsList *list.List) formulaArg { method TRANSPOSE (line 15506) | func (fn *formulaFuncs) TRANSPOSE(argsList *list.List) formulaArg { method VLOOKUP (line 15582) | func (fn *formulaFuncs) VLOOKUP(argsList *list.List) formulaArg { method index (line 15714) | func (fn *formulaFuncs) index(array formulaArg, rowIdx, colIdx int) fo... method prepareXlookupArgs (line 15753) | func (fn *formulaFuncs) prepareXlookupArgs(argsList *list.List) formul... method xlookup (line 15788) | func (fn *formulaFuncs) xlookup(lookupRows, lookupCols, returnArrayRow... method XLOOKUP (line 15840) | func (fn *formulaFuncs) XLOOKUP(argsList *list.List) formulaArg { method INDEX (line 15876) | func (fn *formulaFuncs) INDEX(argsList *list.List) formulaArg { method INDIRECT (line 15916) | func (fn *formulaFuncs) INDIRECT(argsList *list.List) formulaArg { method LOOKUP (line 15978) | func (fn *formulaFuncs) LOOKUP(argsList *list.List) formulaArg { method ROW (line 16021) | func (fn *formulaFuncs) ROW(argsList *list.List) formulaArg { method ROWS (line 16042) | func (fn *formulaFuncs) ROWS(argsList *list.List) formulaArg { method ENCODEURL (line 16067) | func (fn *formulaFuncs) ENCODEURL(argsList *list.List) formulaArg { method ACCRINT (line 16086) | func (fn *formulaFuncs) ACCRINT(argsList *list.List) formulaArg { method ACCRINTM (line 16129) | func (fn *formulaFuncs) ACCRINTM(argsList *list.List) formulaArg { method prepareAmorArgs (line 16164) | func (fn *formulaFuncs) prepareAmorArgs(name string, argsList *list.Li... method AMORDEGRC (line 16216) | func (fn *formulaFuncs) AMORDEGRC(argsList *list.List) formulaArg { method AMORLINC (line 16266) | func (fn *formulaFuncs) AMORLINC(argsList *list.List) formulaArg { method prepareCouponArgs (line 16296) | func (fn *formulaFuncs) prepareCouponArgs(name string, argsList *list.... method COUPDAYBS (line 16395) | func (fn *formulaFuncs) COUPDAYBS(argsList *list.List) formulaArg { method COUPDAYS (line 16409) | func (fn *formulaFuncs) COUPDAYS(argsList *list.List) formulaArg { method COUPDAYSNC (line 16428) | func (fn *formulaFuncs) COUPDAYSNC(argsList *list.List) formulaArg { method coupons (line 16440) | func (fn *formulaFuncs) coupons(name string, arg formulaArg) formulaArg { method COUPNCD (line 16478) | func (fn *formulaFuncs) COUPNCD(argsList *list.List) formulaArg { method COUPNUM (line 16491) | func (fn *formulaFuncs) COUPNUM(argsList *list.List) formulaArg { method COUPPCD (line 16504) | func (fn *formulaFuncs) COUPPCD(argsList *list.List) formulaArg { method CUMIPMT (line 16516) | func (fn *formulaFuncs) CUMIPMT(argsList *list.List) formulaArg { method CUMPRINC (line 16525) | func (fn *formulaFuncs) CUMPRINC(argsList *list.List) formulaArg { method cumip (line 16530) | func (fn *formulaFuncs) cumip(name string, argsList *list.List) formul... method DB (line 16592) | func (fn *formulaFuncs) DB(argsList *list.List) formulaArg { method DDB (line 16648) | func (fn *formulaFuncs) DDB(argsList *list.List) formulaArg { method prepareDataValueArgs (line 16693) | func (fn *formulaFuncs) prepareDataValueArgs(n int, argsList *list.Lis... method discIntrate (line 16729) | func (fn *formulaFuncs) discIntrate(name string, argsList *list.List) ... method DISC (line 16778) | func (fn *formulaFuncs) DISC(argsList *list.List) formulaArg { method DOLLAR (line 16787) | func (fn *formulaFuncs) DOLLAR(argsList *list.List) formulaArg { method DOLLARDE (line 16832) | func (fn *formulaFuncs) DOLLARDE(argsList *list.List) formulaArg { method DOLLARFR (line 16841) | func (fn *formulaFuncs) DOLLARFR(argsList *list.List) formulaArg { method dollar (line 16846) | func (fn *formulaFuncs) dollar(name string, argsList *list.List) formu... method prepareDurationArgs (line 16877) | func (fn *formulaFuncs) prepareDurationArgs(name string, argsList *lis... method duration (line 16920) | func (fn *formulaFuncs) duration(settlement, maturity, coupon, yld, fr... method DURATION (line 16956) | func (fn *formulaFuncs) DURATION(argsList *list.List) formulaArg { method EFFECT (line 16969) | func (fn *formulaFuncs) EFFECT(argsList *list.List) formulaArg { method EUROCONVERT (line 16993) | func (fn *formulaFuncs) EUROCONVERT(argsList *list.List) formulaArg { method FV (line 17073) | func (fn *formulaFuncs) FV(argsList *list.List) formulaArg { method FVSCHEDULE (line 17116) | func (fn *formulaFuncs) FVSCHEDULE(argsList *list.List) formulaArg { method INTRATE (line 17142) | func (fn *formulaFuncs) INTRATE(argsList *list.List) formulaArg { method IPMT (line 17151) | func (fn *formulaFuncs) IPMT(argsList *list.List) formulaArg { method ipmt (line 17174) | func (fn *formulaFuncs) ipmt(name string, argsList *list.List) formula... method IRR (line 17229) | func (fn *formulaFuncs) IRR(argsList *list.List) formulaArg { method ISPMT (line 17297) | func (fn *formulaFuncs) ISPMT(argsList *list.List) formulaArg { method MDURATION (line 17333) | func (fn *formulaFuncs) MDURATION(argsList *list.List) formulaArg { method MIRR (line 17351) | func (fn *formulaFuncs) MIRR(argsList *list.List) formulaArg { method NOMINAL (line 17384) | func (fn *formulaFuncs) NOMINAL(argsList *list.List) formulaArg { method NPER (line 17407) | func (fn *formulaFuncs) NPER(argsList *list.List) formulaArg { method NPV (line 17455) | func (fn *formulaFuncs) NPV(argsList *list.List) formulaArg { method prepareOddfArgs (line 17579) | func (fn *formulaFuncs) prepareOddfArgs(name string, argsList *list.Li... method ODDFPRICE (line 17632) | func (fn *formulaFuncs) ODDFPRICE(argsList *list.List) formulaArg { method ODDFYIELD (line 17776) | func (fn *formulaFuncs) ODDFYIELD(argsList *list.List) formulaArg { method prepareOddlArgs (line 17816) | func (fn *formulaFuncs) prepareOddlArgs(name string, argsList *list.Li... method oddl (line 17863) | func (fn *formulaFuncs) oddl(name string, argsList *list.List) formula... method ODDLPRICE (line 17936) | func (fn *formulaFuncs) ODDLPRICE(argsList *list.List) formulaArg { method ODDLYIELD (line 17944) | func (fn *formulaFuncs) ODDLYIELD(argsList *list.List) formulaArg { method PDURATION (line 17953) | func (fn *formulaFuncs) PDURATION(argsList *list.List) formulaArg { method PMT (line 17980) | func (fn *formulaFuncs) PMT(argsList *list.List) formulaArg { method PPMT (line 18025) | func (fn *formulaFuncs) PPMT(argsList *list.List) formulaArg { method price (line 18030) | func (fn *formulaFuncs) price(settlement, maturity, rate, yld, redempt... method priceYield (line 18103) | func (fn *formulaFuncs) priceYield(name string, argsList *list.List) f... method PRICE (line 18135) | func (fn *formulaFuncs) PRICE(argsList *list.List) formulaArg { method PRICEDISC (line 18143) | func (fn *formulaFuncs) PRICEDISC(argsList *list.List) formulaArg { method PRICEMAT (line 18186) | func (fn *formulaFuncs) PRICEMAT(argsList *list.List) formulaArg { method PV (line 18234) | func (fn *formulaFuncs) PV(argsList *list.List) formulaArg { method rate (line 18275) | func (fn *formulaFuncs) rate(nper, pmt, pv, fv, t, guess formulaArg) f... method RATE (line 18302) | func (fn *formulaFuncs) RATE(argsList *list.List) formulaArg { method RECEIVED (line 18349) | func (fn *formulaFuncs) RECEIVED(argsList *list.List) formulaArg { method RRI (line 18390) | func (fn *formulaFuncs) RRI(argsList *list.List) formulaArg { method SLN (line 18416) | func (fn *formulaFuncs) SLN(argsList *list.List) formulaArg { method SYD (line 18437) | func (fn *formulaFuncs) SYD(argsList *list.List) formulaArg { method TBILLEQ (line 18464) | func (fn *formulaFuncs) TBILLEQ(argsList *list.List) formulaArg { method TBILLPRICE (line 18491) | func (fn *formulaFuncs) TBILLPRICE(argsList *list.List) formulaArg { method TBILLYIELD (line 18518) | func (fn *formulaFuncs) TBILLYIELD(argsList *list.List) formulaArg { method prepareVdbArgs (line 18543) | func (fn *formulaFuncs) prepareVdbArgs(argsList *list.List) formulaArg { method vdb (line 18595) | func (fn *formulaFuncs) vdb(cost, salvage, life, life1, period, factor... method VDB (line 18633) | func (fn *formulaFuncs) VDB(argsList *list.List) formulaArg { method prepareXArgs (line 18673) | func (fn *formulaFuncs) prepareXArgs(values, dates formulaArg) (values... method xirr (line 18709) | func (fn *formulaFuncs) xirr(values, dates []float64, guess float64) f... method XIRR (line 18774) | func (fn *formulaFuncs) XIRR(argsList *list.List) formulaArg { method XNPV (line 18798) | func (fn *formulaFuncs) XNPV(argsList *list.List) formulaArg { method yield (line 18821) | func (fn *formulaFuncs) yield(settlement, maturity, rate, pr, redempti... method YIELD (line 18860) | func (fn *formulaFuncs) YIELD(argsList *list.List) formulaArg { method YIELDDISC (line 18868) | func (fn *formulaFuncs) YIELDDISC(argsList *list.List) formulaArg { method YIELDMAT (line 18908) | func (fn *formulaFuncs) YIELDMAT(argsList *list.List) formulaArg { method database (line 19062) | func (fn *formulaFuncs) database(name string, argsList *list.List) for... method DAVERAGE (line 19104) | func (fn *formulaFuncs) DAVERAGE(argsList *list.List) formulaArg { method dcount (line 19109) | func (fn *formulaFuncs) dcount(name string, argsList *list.List) formu... method DCOUNT (line 19142) | func (fn *formulaFuncs) DCOUNT(argsList *list.List) formulaArg { method DCOUNTA (line 19152) | func (fn *formulaFuncs) DCOUNTA(argsList *list.List) formulaArg { method DGET (line 19161) | func (fn *formulaFuncs) DGET(argsList *list.List) formulaArg { method DMAX (line 19187) | func (fn *formulaFuncs) DMAX(argsList *list.List) formulaArg { method DMIN (line 19197) | func (fn *formulaFuncs) DMIN(argsList *list.List) formulaArg { method DPRODUCT (line 19206) | func (fn *formulaFuncs) DPRODUCT(argsList *list.List) formulaArg { method DSTDEV (line 19216) | func (fn *formulaFuncs) DSTDEV(argsList *list.List) formulaArg { method DSTDEVP (line 19226) | func (fn *formulaFuncs) DSTDEVP(argsList *list.List) formulaArg { method DSUM (line 19235) | func (fn *formulaFuncs) DSUM(argsList *list.List) formulaArg { method DVAR (line 19245) | func (fn *formulaFuncs) DVAR(argsList *list.List) formulaArg { method DVARP (line 19255) | func (fn *formulaFuncs) DVARP(argsList *list.List) formulaArg { method DISPIMG (line 19263) | func (fn *formulaFuncs) DISPIMG(argsList *list.List) formulaArg { method SORTBY (line 19296) | func (fn *formulaFuncs) SORTBY(argsList *list.List) formulaArg { method CalcCellValue (line 878) | func (f *File) CalcCellValue(sheet, cell string, opts ...Options) (resul... method clearCalcCache (line 926) | func (f *File) clearCalcCache() { method calcCellValue (line 933) | func (f *File) calcCellValue(ctx *calcContext, sheet, cell string) (resu... function getPriority (line 948) | func getPriority(token efp.Token) (pri int) { function newNumberFormulaArg (line 960) | func newNumberFormulaArg(n float64) formulaArg { function newStringFormulaArg (line 968) | func newStringFormulaArg(s string) formulaArg { function newMatrixFormulaArg (line 973) | func newMatrixFormulaArg(m [][]formulaArg) formulaArg { function newListFormulaArg (line 978) | func newListFormulaArg(l []formulaArg) formulaArg { function newBoolFormulaArg (line 983) | func newBoolFormulaArg(b bool) formulaArg { function newErrorFormulaArg (line 993) | func newErrorFormulaArg(formulaError, msg string) formulaArg { function newEmptyFormulaArg (line 998) | func newEmptyFormulaArg() formulaArg { method evalInfixExp (line 1014) | func (f *File) evalInfixExp(ctx *calcContext, sheet, cell string, tokens... method evalInfixExpFunc (line 1146) | func (f *File) evalInfixExpFunc(ctx *calcContext, sheet, cell string, to... function prepareEvalInfixExp (line 1180) | func prepareEvalInfixExp(opfStack, opftStack, opfdStack, argsStack *Stac... function calcPow (line 1207) | func calcPow(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcEq (line 1221) | func calcEq(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcNEq (line 1231) | func calcNEq(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcL (line 1241) | func calcL(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcLe (line 1258) | func calcLe(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcG (line 1275) | func calcG(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcGe (line 1292) | func calcGe(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcSplice (line 1309) | func calcSplice(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcAdd (line 1315) | func calcAdd(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcSubtract (line 1329) | func calcSubtract(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcMultiply (line 1349) | func calcMultiply(rOpd, lOpd formulaArg, opdStack *Stack) error { function calcDiv (line 1363) | func calcDiv(rOpd, lOpd formulaArg, opdStack *Stack) error { function calculate (line 1380) | func calculate(opdStack *Stack, opt efp.Token) error { method parseOperatorPrefixToken (line 1437) | func (f *File) parseOperatorPrefixToken(optStack, opdStack *Stack, token... function isFunctionStartToken (line 1470) | func isFunctionStartToken(token efp.Token) bool { function isFunctionStopToken (line 1475) | func isFunctionStopToken(token efp.Token) bool { function isBeginParenthesesToken (line 1480) | func isBeginParenthesesToken(token efp.Token) bool { function isEndParenthesesToken (line 1485) | func isEndParenthesesToken(token efp.Token) bool { function isOperatorPrefixToken (line 1491) | func isOperatorPrefixToken(token efp.Token) bool { function isOperand (line 1497) | func isOperand(token efp.Token) bool { function tokenToFormulaArg (line 1502) | func tokenToFormulaArg(token efp.Token) formulaArg { function formulaArgToToken (line 1515) | func formulaArgToToken(arg formulaArg) efp.Token { method parseToken (line 1529) | func (f *File) parseToken(ctx *calcContext, sheet string, token efp.Toke... function parseRef (line 1572) | func parseRef(ref string) (cellRef, bool, bool, error) { method parseReference (line 1628) | func (f *File) parseReference(ctx *calcContext, sheet, reference string)... function prepareValueRange (line 1670) | func prepareValueRange(cr cellRange, valueRange []int) { function prepareValueRef (line 1686) | func prepareValueRef(cr cellRef, valueRange []int) { method cellResolver (line 1702) | func (f *File) cellResolver(ctx *calcContext, sheet, cell string) (formu... method rangeResolver (line 1764) | func (f *File) rangeResolver(ctx *calcContext, cellRefs, cellRanges *lis... function callFuncByName (line 1865) | func callFuncByName(receiver interface{}, name string, params []reflect.... function formulaCriteriaParser (line 1879) | func formulaCriteriaParser(exp formulaArg) *formulaCriteria { function formulaCriteriaEval (line 1928) | func formulaCriteriaEval(val formulaArg, criteria *formulaCriteria) (res... function cmplx2str (line 2361) | func cmplx2str(num complex128, suffix string) string { function str2cmplx (line 2395) | func str2cmplx(c string) string { type conversionUnit (line 2405) | type conversionUnit struct function getUnitDetails (line 2801) | func getUnitDetails(uom string) (unit string, catgory byte, res float64,... function resolveTemperatureSynonyms (line 2843) | func resolveTemperatureSynonyms(uom string) string { function convertTemperature (line 2856) | func convertTemperature(fromUOM, toUOM string, value float64) float64 { function fact (line 4437) | func fact(number float64) float64 { function gcd (line 4600) | func gcd(x, y float64) float64 { function lcm (line 4723) | func lcm(a, b float64) float64 { function minor (line 4843) | func minor(sqMtx [][]float64, idx int) [][]float64 { function det (line 4862) | func det(sqMtx [][]float64) float64 { function newNumberMatrix (line 4879) | func newNumberMatrix(arg formulaArg, phalanx bool) (numMtx [][]float64, ... function newFormulaArgMatrix (line 4900) | func newFormulaArgMatrix(numMtx [][]float64) (arg [][]formulaArg) { function cofactorMatrix (line 4926) | func cofactorMatrix(i, j int, A [][]float64) float64 { function adjugateMatrix (line 4948) | func adjugateMatrix(A [][]float64) (adjA [][]float64) { type romanNumerals (line 5320) | type romanNumerals struct type roundMode (line 5482) | type roundMode constant closest (line 5485) | closest roundMode = iota constant down (line 5486) | down constant up (line 5487) | up function calcStdevPow (line 5759) | func calcStdevPow(result, count float64, n, m formulaArg) (float64, floa... function calcStdev (line 5770) | func calcStdev(stdeva bool, result, count float64, mean, token formulaAr... function prepareProbArgs (line 5876) | func prepareProbArgs(argsList *list.List) []formulaArg { function getBetaHelperContFrac (line 6439) | func getBetaHelperContFrac(fX, fA, fB float64) float64 { function getLanczosSum (line 6471) | func getLanczosSum(fZ float64) float64 { function getBeta (line 6523) | func getBeta(fAlpha, fBeta float64) float64 { function getBetaDistPDF (line 6552) | func getBetaDistPDF(fX, fA, fB float64) float64 { function getLogBeta (line 6574) | func getLogBeta(fAlpha, fBeta float64) float64 { function getBetaDist (line 6597) | func getBetaDist(fXin, fAlpha, fBeta float64) float64 { function d1mach (line 6752) | func d1mach(i int) float64 { function chebyshevInit (line 6770) | func chebyshevInit(nos int, eta float64, dos []float64) int { function chebyshevEval (line 6786) | func chebyshevEval(n int, x float64, a []float64) float64 { function lgammacor (line 6800) | func lgammacor(x float64) float64 { function logrelerr (line 6826) | func logrelerr(x float64) float64 { function logBeta (line 6863) | func logBeta(a, b float64) float64 { function pbetaRaw (line 6891) | func pbetaRaw(alnsml, ans, eps, p, pin, q, sml, x, y float64) float64 { function pbeta (line 6927) | func pbeta(x, pin, qin float64) (ans float64) { function betainvProbIterator (line 6973) | func betainvProbIterator(alpha1, alpha3, beta1, beta2, beta3, logBeta, m... function calcBetainv (line 7011) | func calcBetainv(probability, alpha, beta, lower, upper float64) float64 { function incompleteGamma (line 7120) | func incompleteGamma(a, x float64) float64 { function binomCoeff (line 7134) | func binomCoeff(n, k float64) float64 { function binomdist (line 7139) | func binomdist(x, n, p float64) float64 { function binominv (line 7241) | func binominv(n, p, alpha float64) float64 { function getGammaSeries (line 7430) | func getGammaSeries(fA, fX float64) float64 { function getGammaContFraction (line 7449) | func getGammaContFraction(fA, fX float64) float64 { function getLogGammaHelper (line 7495) | func getLogGammaHelper(fZ float64) float64 { function getGammaHelper (line 7502) | func getGammaHelper(fZ float64) float64 { function getLogGamma (line 7520) | func getLogGamma(fZ float64) float64 { function getLowRegIGamma (line 7535) | func getLowRegIGamma(fA, fX float64) float64 { function getChiSqDistCDF (line 7545) | func getChiSqDistCDF(fX, fDF float64) float64 { function getChiSqDistPDF (line 7554) | func getChiSqDistPDF(fX, fDF float64) float64 { function hasChangeOfSign (line 7635) | func hasChangeOfSign(u, w float64) bool { type calcInverseIterator (line 7641) | type calcInverseIterator struct method callBack (line 7647) | func (iterator *calcInverseIterator) callBack(x float64) float64 { function inverseQuadraticInterpolation (line 7656) | func inverseQuadraticInterpolation(iterator calcInverseIterator, fAx, fA... function calcIterateInverse (line 7693) | func calcIterateInverse(iterator calcInverseIterator, fAx, fBx float64) ... function calcStringCountSum (line 7910) | func calcStringCountSum(countText bool, count, sum float64, num, arg for... function formulaIfsMatch (line 8091) | func formulaIfsMatch(args []formulaArg) (cellRefs []cellRef) { function matrixToSortedColumnList (line 8243) | func matrixToSortedColumnList(arg formulaArg) formulaArg { function gammainv (line 8380) | func gammainv(probability, alpha, beta float64) float64 { function getNewMatrix (line 8523) | func getNewMatrix(c, r int) (matrix [][]float64) { function approxSub (line 8540) | func approxSub(a, b float64) float64 { function matrixClone (line 8548) | func matrixClone(matrix [][]float64) (cloneMatrix [][]float64) { type trendGrowthMatrixInfo (line 8564) | type trendGrowthMatrixInfo struct function prepareTrendGrowthMtxX (line 8570) | func prepareTrendGrowthMtxX(mtxX [][]float64) [][]float64 { function prepareTrendGrowthMtxY (line 8590) | func prepareTrendGrowthMtxY(bLOG bool, mtxY [][]float64) [][]float64 { function prepareTrendGrowth (line 8629) | func prepareTrendGrowth(bLOG bool, mtxX, mtxY [][]float64) (*trendGrowth... function calcPosition (line 8683) | func calcPosition(mtx [][]float64, idx int) (row, col int) { function getDouble (line 8694) | func getDouble(mtx [][]float64, idx int) float64 { function putDouble (line 8700) | func putDouble(mtx [][]float64, idx int, val float64) { function calcMeanOverAll (line 8706) | func calcMeanOverAll(mtx [][]float64, n int) float64 { function calcSumProduct (line 8718) | func calcSumProduct(mtxA, mtxB [][]float64, m int) float64 { function calcColumnMeans (line 8727) | func calcColumnMeans(mtxX, mtxRes [][]float64, c, r int) { function calcColumnsDelta (line 8738) | func calcColumnsDelta(mtx, columnMeans [][]float64, c, r int) { function calcSign (line 8748) | func calcSign(val float64) float64 { function calcColsMaximumNorm (line 8758) | func calcColsMaximumNorm(mtxA [][]float64, c, r, n int) float64 { function calcFastMult (line 8769) | func calcFastMult(mtxA, mtxB, mtxR [][]float64, n, m, l int) { function calcRowsEuclideanNorm (line 8785) | func calcRowsEuclideanNorm(mtxA [][]float64, c, r, n int) float64 { function calcRowsSumProduct (line 8796) | func calcRowsSumProduct(mtxA [][]float64, a int, mtxB [][]float64, b, r,... function calcSolveWithUpperRightTriangle (line 8805) | func calcSolveWithUpperRightTriangle(mtxA [][]float64, vecR []float64, m... function calcRowQRDecomposition (line 8823) | func calcRowQRDecomposition(mtxA [][]float64, vecR []float64, k, n int) ... function calcApplyColsHouseholderTransformation (line 8849) | func calcApplyColsHouseholderTransformation(mtxA [][]float64, r int, mtx... function calcRowMeans (line 8859) | func calcRowMeans(mtxX, mtxRes [][]float64, c, r int) { function calcRowsDelta (line 8870) | func calcRowsDelta(mtx, rowMeans [][]float64, c, r int) { function calcColumnMaximumNorm (line 8880) | func calcColumnMaximumNorm(mtxA [][]float64, r, c, n int) float64 { function calcColsEuclideanNorm (line 8892) | func calcColsEuclideanNorm(mtxA [][]float64, r, c, n int) float64 { function calcColsSumProduct (line 8901) | func calcColsSumProduct(mtxA [][]float64, a int, mtxB [][]float64, b, c,... function calcColQRDecomposition (line 8911) | func calcColQRDecomposition(mtxA [][]float64, vecR []float64, k, n int) ... function calcApplyRowsHouseholderTransformation (line 8943) | func calcApplyRowsHouseholderTransformation(mtxA [][]float64, c int, mtx... function calcTrendGrowthSimpleRegression (line 8953) | func calcTrendGrowthSimpleRegression(bConstant, bGrowth bool, mtxY, mtxX... function calcTrendGrowthMultipleRegressionPart1 (line 8996) | func calcTrendGrowthMultipleRegressionPart1(bConstant, bGrowth bool, mtx... function calcTrendGrowthMultipleRegressionPart2 (line 9042) | func calcTrendGrowthMultipleRegressionPart2(bConstant, bGrowth bool, mtx... function calcTrendGrowthRegression (line 9087) | func calcTrendGrowthRegression(bConstant, bGrowth bool, trendType, nCXN,... function calcTrendGrowth (line 9113) | func calcTrendGrowth(mtxY, mtxX, newX [][]float64, bConstant, bGrowth bo... function checkHYPGEOMDISTArgs (line 9248) | func checkHYPGEOMDISTArgs(sampleS, numberSample, populationS, numberPop ... function norminv (line 10079) | func norminv(p float64) (float64, error) { function calcListMatrixMax (line 10213) | func calcListMatrixMax(maxa bool, maxVal float64, arg formulaArg) float64 { function calcListMatrixMin (line 10356) | func calcListMatrixMin(mina bool, minVal float64, arg formulaArg) float64 { function getTDist (line 10987) | func getTDist(T, fDF, nType float64) float64 { function tTest (line 11205) | func tTest(bTemplin bool, mtx1, mtx2 [][]formulaArg, c1, c2, r1, r2 int)... function calcXor (line 12155) | func calcXor(argsList *list.List) formulaArg { function calcDateDif (line 12219) | func calcDateDif(unit string, diff float64, seq []int, startArg, endArg ... function isDateOnlyFmt (line 12299) | func isDateOnlyFmt(dateString string) bool { function isTimeOnlyFmt (line 12310) | func isTimeOnlyFmt(timeString string) bool { function strToTimePatternHandler1 (line 12322) | func strToTimePatternHandler1(subMatch []string) (h, m int, s float64, e... function strToTimePatternHandler2 (line 12329) | func strToTimePatternHandler2(subMatch []string) (h, m int, s float64, e... function strToTimePatternHandler3 (line 12339) | func strToTimePatternHandler3(subMatch []string) (h, m int, s float64, e... function strToTimePatternHandler4 (line 12349) | func strToTimePatternHandler4(subMatch []string) (h, m int, s float64, e... function strToTime (line 12361) | func strToTime(str string) (int, int, float64, bool, bool, formulaArg) { function strToDatePatternHandler1 (line 12412) | func strToDatePatternHandler1(subMatch []string) (int, int, int, bool, e... function strToDatePatternHandler2 (line 12432) | func strToDatePatternHandler2(subMatch []string) (int, int, int, bool, e... function strToDatePatternHandler3 (line 12450) | func strToDatePatternHandler3(subMatch []string) (int, int, int, bool, e... function strToDatePatternHandler4 (line 12480) | func strToDatePatternHandler4(subMatch []string) (int, int, int, bool, e... function strToDate (line 12494) | func strToDate(str string) (int, int, int, bool, formulaArg) { function genWeekendMask (line 12878) | func genWeekendMask(weekend int) []byte { function isWorkday (line 12893) | func isWorkday(weekendMask []byte, date float64) bool { function prepareWorkday (line 12904) | func prepareWorkday(weekend formulaArg) ([]byte, int) { function toExcelDateArg (line 12932) | func toExcelDateArg(arg formulaArg) formulaArg { function prepareHolidays (line 12956) | func prepareHolidays(args formulaArg) []int { function workdayIntl (line 12969) | func workdayIntl(endDate, sign int, holidays []int, weekendMask []byte, ... function yearFracBasisCond (line 13199) | func yearFracBasisCond(sy, sm, sd, ey, em, ed int) bool { function yearFracBasis0 (line 13205) | func yearFracBasis0(startDate, endDate float64) (dayDiff, daysInYear flo... function yearFracBasis1 (line 13228) | func yearFracBasis1(startDate, endDate float64) (dayDiff, daysInYear flo... function yearFracBasis4 (line 13257) | func yearFracBasis4(startDate, endDate float64) (dayDiff, daysInYear flo... function yearFrac (line 13274) | func yearFrac(startDate, endDate float64, basis int) formulaArg { function getYearDays (line 13301) | func getYearDays(year, basis int) int { function makeDate (line 13449) | func makeDate(y int, m time.Month, d int) int64 { function daysBetween (line 13459) | func daysBetween(startDate, endDate int64) float64 { function prepareToText (line 13601) | func prepareToText(name string, argsList *list.List) formulaArg { function bahttextAppendDigit (line 13657) | func bahttextAppendDigit(text string, digit int) string { function bahttextAppendPow10 (line 13665) | func bahttextAppendPow10(text string, digit, pow10 int) string { function bahttextAppendBlock (line 13681) | func bahttextAppendBlock(text string, val int) string { function textAfterBeforeSearch (line 14486) | func textAfterBeforeSearch(text string, delimiter []string, startPos int... function textAfterBeforeResult (line 14508) | func textAfterBeforeResult(name, modifiedDelimiter string, text []rune, ... function textJoin (line 14615) | func textJoin(arg *list.Element, arr []string, ignoreEmpty bool) ([]stri... function transposeFormulaArgsMatrix (line 14718) | func transposeFormulaArgsMatrix(args [][]formulaArg) [][]formulaArg { function transposeFormulaArgsList (line 14736) | func transposeFormulaArgsList(args []formulaArg, cols, rows int) ([]form... function concatValues (line 14748) | func concatValues(args []formulaArg) string { type uniqueArgs (line 14758) | type uniqueArgs struct function getFormulaUniqueArgs (line 14768) | func getFormulaUniqueArgs(argsList *list.List) (uniqueArgs, *formulaArg) { function matchPatternToRegExp (line 15050) | func matchPatternToRegExp(findText string, dbcs bool) (string, bool) { function matchPattern (line 15081) | func matchPattern(findText, withinText string, dbcs bool, startNum int) ... function compareFormulaArg (line 15105) | func compareFormulaArg(lhs, rhs, matchMode formulaArg, caseSensitive boo... function compareFormulaArgList (line 15142) | func compareFormulaArgList(lhs, rhs, matchMode formulaArg, caseSensitive... function compareFormulaArgMatrix (line 15160) | func compareFormulaArgMatrix(lhs, rhs, matchMode formulaArg, caseSensiti... function calcColsRowsMinMax (line 15208) | func calcColsRowsMinMax(cols bool, argsList *list.List) (minVal, maxVal ... function checkHVLookupArgs (line 15289) | func checkHVLookupArgs(name string, argsList *list.List) (idx int, looku... function calcMatchMatrix (line 15374) | func calcMatchMatrix(vertical bool, matchType int, criteria *formulaCrit... function calcMatch (line 15423) | func calcMatch(matchType int, criteria *formulaCriteria, lookupArray []f... function lookupLinearSearch (line 15534) | func lookupLinearSearch(vertical bool, lookupValue, lookupArray, matchMo... function lookupBinarySearch (line 15610) | func lookupBinarySearch(vertical bool, lookupValue, lookupArray, matchMo... function checkLookupArgs (line 15660) | func checkLookupArgs(argsList *list.List) (arrayForm bool, lookupValue, ... function iterateLookupArgs (line 15684) | func iterateLookupArgs(lookupValue, lookupVector formulaArg) ([]formulaA... function validateMatchMode (line 15741) | func validateMatchMode(mode float64) bool { function validateSearchMode (line 15747) | func validateSearchMode(mode float64) bool { function lookupCol (line 16002) | func lookupCol(arr formulaArg, idx int) []formulaArg { function validateFrequency (line 16078) | func validateFrequency(freq float64) bool { function is30BasisMethod (line 16326) | func is30BasisMethod(basis int) bool { function getDaysInMonthRange (line 16332) | func getDaysInMonthRange(fromMonth, toMonth int) int { function getDayOnBasis (line 16340) | func getDayOnBasis(y, m, d, basis int) int { function coupdays (line 16354) | func coupdays(from, to time.Time, basis int) float64 { function calcDbArgsCompare (line 16583) | func calcDbArgsCompare(cost, salvage, life, period formulaArg) bool { function calcIpmt (line 17156) | func calcIpmt(name string, typ, per, pmt, pv, rate formulaArg) formulaArg { function aggrBetween (line 17476) | func aggrBetween(startPeriod, endPeriod float64, initialValue []float64,... function fold (line 17491) | func fold(f func(acc []float64, index float64) []float64, state []float6... function changeMonth (line 17500) | func changeMonth(date time.Time, numMonths float64, returnLastMonth bool... function datesAggregate (line 17515) | func datesAggregate(startDate, endDate time.Time, numMonths float64, f f... function coupNumber (line 17539) | func coupNumber(maturity, settlement, numMonths float64) float64 { function prepareOddYldOrPrArg (line 17563) | func prepareOddYldOrPrArg(name string, arg formulaArg) formulaArg { function getODDFPRICE (line 17757) | func getODDFPRICE(f func(yld float64) float64, x, cnt, prec float64) flo... function checkPriceYieldArgs (line 18064) | func checkPriceYieldArgs(name string, rate, prYld, redemption, frequency... function xirrPart1 (line 18744) | func xirrPart1(values, dates []float64, rate float64) float64 { function xirrPart2 (line 18756) | func xirrPart2(values, dates []float64, rate float64) float64 { type calcDatabase (line 18966) | type calcDatabase struct method columnIndex (line 18997) | func (db *calcDatabase) columnIndex(database [][]formulaArg, field for... method criteriaEval (line 19011) | func (db *calcDatabase) criteriaEval() bool { method value (line 19043) | func (db *calcDatabase) value() formulaArg { method next (line 19051) | func (db *calcDatabase) next() bool { function newCalcDatabase (line 18975) | func newCalcDatabase(database, field, criteria formulaArg) *calcDatabase { type sortbyArgs (line 19271) | type sortbyArgs struct type sortbyKey (line 19279) | type sortbyKey struct type rowWithKeys (line 19287) | type rowWithKeys struct function checkSortbyArgs (line 19320) | func checkSortbyArgs(argsList *list.List) formulaArg { function prepareSortbyArgs (line 19342) | func prepareSortbyArgs(argsList *list.List) (sortbyArgs, *formulaArg) { function parseSortOrderArg (line 19393) | func parseSortOrderArg(byArray *list.Element, key *sortbyKey, keyCount, ... function compareRowsForSortby (line 19426) | func compareRowsForSortby(i, j rowWithKeys, sortKeys []sortbyKey) bool { FILE: calc_test.go function prepareCalcData (line 14) | func prepareCalcData(cellData [][]interface{}) *File { function TestCalcCellValue (line 25) | func TestCalcCellValue(t *testing.T) { function TestCalcWithDefinedName (line 4765) | func TestCalcWithDefinedName(t *testing.T) { function TestCalcISBLANK (line 4826) | func TestCalcISBLANK(t *testing.T) { function TestCalcAND (line 4837) | func TestCalcAND(t *testing.T) { function TestCalcOR (line 4848) | func TestCalcOR(t *testing.T) { function TestCalcDet (line 4859) | func TestCalcDet(t *testing.T) { function TestCalcToBool (line 4868) | func TestCalcToBool(t *testing.T) { function TestCalcToList (line 4874) | func TestCalcToList(t *testing.T) { function TestCalcCompareFormulaArg (line 4880) | func TestCalcCompareFormulaArg(t *testing.T) { function TestCalcCompareFormulaArgMatrix (line 4898) | func TestCalcCompareFormulaArgMatrix(t *testing.T) { function TestCalcANCHORARRAY (line 4912) | func TestCalcANCHORARRAY(t *testing.T) { function TestCalcArrayFormula (line 4962) | func TestCalcArrayFormula(t *testing.T) { function TestCalcTRANSPOSE (line 5025) | func TestCalcTRANSPOSE(t *testing.T) { function TestCalcVLOOKUP (line 5040) | func TestCalcVLOOKUP(t *testing.T) { function TestCalcBoolean (line 5082) | func TestCalcBoolean(t *testing.T) { function TestCalcMAXMIN (line 5108) | func TestCalcMAXMIN(t *testing.T) { function TestCalcAVERAGEIF (line 5125) | func TestCalcAVERAGEIF(t *testing.T) { function TestCalcCOVAR (line 5156) | func TestCalcCOVAR(t *testing.T) { function TestCalcUniqueExactlyOnce (line 5199) | func TestCalcUniqueExactlyOnce(t *testing.T) { function TestCalcUniqueMultiColumn (line 5229) | func TestCalcUniqueMultiColumn(t *testing.T) { function TestCalcUniqueErrors (line 5254) | func TestCalcUniqueErrors(t *testing.T) { function TestTransposeFormulaArgsMatrix (line 5275) | func TestTransposeFormulaArgsMatrix(t *testing.T) { function TestGetFormulaUniqueArgs (line 5279) | func TestGetFormulaUniqueArgs(t *testing.T) { function TestCalcDatabase (line 5293) | func TestCalcDatabase(t *testing.T) { function TestCalcDBCS (line 5385) | func TestCalcDBCS(t *testing.T) { function TestCalcFORMULATEXT (line 5393) | func TestCalcFORMULATEXT(t *testing.T) { function TestCalcGROWTHandTREND (line 5404) | func TestCalcGROWTHandTREND(t *testing.T) { function TestCalcHLOOKUP (line 5482) | func TestCalcHLOOKUP(t *testing.T) { function TestCalcCHITESTandCHISQdotTEST (line 5521) | func TestCalcCHITESTandCHISQdotTEST(t *testing.T) { function TestCalcFTEST (line 5568) | func TestCalcFTEST(t *testing.T) { function TestCalcIRR (line 5613) | func TestCalcIRR(t *testing.T) { function TestCalcMAXMINIFS (line 5641) | func TestCalcMAXMINIFS(t *testing.T) { function TestCalcMIRR (line 5665) | func TestCalcMIRR(t *testing.T) { function TestCalcSUMIFSAndAVERAGEIFS (line 5691) | func TestCalcSUMIFSAndAVERAGEIFS(t *testing.T) { function TestCalcSUMIFExactMatch (line 5742) | func TestCalcSUMIFExactMatch(t *testing.T) { function TestCalcXIRR (line 5805) | func TestCalcXIRR(t *testing.T) { function TestCalcXLOOKUP (line 5843) | func TestCalcXLOOKUP(t *testing.T) { function TestCalcXNPV (line 5950) | func TestCalcXNPV(t *testing.T) { function TestCalcMATCH (line 5992) | func TestCalcMATCH(t *testing.T) { function TestCalcISFORMULA (line 6035) | func TestCalcISFORMULA(t *testing.T) { function TestCalcMODE (line 6046) | func TestCalcMODE(t *testing.T) { function TestCalcPEARSON (line 6092) | func TestCalcPEARSON(t *testing.T) { function TestCalcPROB (line 6129) | func TestCalcPROB(t *testing.T) { function TestCalcRSQ (line 6165) | func TestCalcRSQ(t *testing.T) { function TestCalcSLOP (line 6189) | func TestCalcSLOP(t *testing.T) { function TestCalcSHEET (line 6211) | func TestCalcSHEET(t *testing.T) { function TestCalcSHEETS (line 6228) | func TestCalcSHEETS(t *testing.T) { function TestCalcSTEY (line 6244) | func TestCalcSTEY(t *testing.T) { function TestCalcTTEST (line 6280) | func TestCalcTTEST(t *testing.T) { function TestCalcNETWORKDAYSandWORKDAY (line 6350) | func TestCalcNETWORKDAYSandWORKDAY(t *testing.T) { function TestCalcZTEST (line 6458) | func TestCalcZTEST(t *testing.T) { function TestStrToDate (line 6477) | func TestStrToDate(t *testing.T) { function TestGetYearDays (line 6482) | func TestGetYearDays(t *testing.T) { function TestCalcGetBetaHelperContFrac (line 6488) | func TestCalcGetBetaHelperContFrac(t *testing.T) { function TestCalcGetBetaDistPDF (line 6492) | func TestCalcGetBetaDistPDF(t *testing.T) { function TestCalcD1mach (line 6497) | func TestCalcD1mach(t *testing.T) { function TestCalcChebyshevInit (line 6501) | func TestCalcChebyshevInit(t *testing.T) { function TestCalcChebyshevEval (line 6506) | func TestCalcChebyshevEval(t *testing.T) { function TestCalcLgammacor (line 6510) | func TestCalcLgammacor(t *testing.T) { function TestCalcLgammaerr (line 6516) | func TestCalcLgammaerr(t *testing.T) { function TestCalcLogBeta (line 6520) | func TestCalcLogBeta(t *testing.T) { function TestCalcBetainvProbIterator (line 6525) | func TestCalcBetainvProbIterator(t *testing.T) { function TestCalcRangeResolver (line 6529) | func TestCalcRangeResolver(t *testing.T) { function TestCalcBahttextAppendDigit (line 6580) | func TestCalcBahttextAppendDigit(t *testing.T) { function TestNestedFunctionsWithOperators (line 6584) | func TestNestedFunctionsWithOperators(t *testing.T) { function TestFormulaRawCellValueOption (line 6604) | func TestFormulaRawCellValueOption(t *testing.T) { function TestFormulaArgToToken (line 6644) | func TestFormulaArgToToken(t *testing.T) { function TestPrepareTrendGrowth (line 6655) | func TestPrepareTrendGrowth(t *testing.T) { function TestCalcColRowQRDecomposition (line 6663) | func TestCalcColRowQRDecomposition(t *testing.T) { function TestCalcCellResolver (line 6668) | func TestCalcCellResolver(t *testing.T) { function TestEvalInfixExp (line 6731) | func TestEvalInfixExp(t *testing.T) { function TestParseToken (line 6740) | func TestParseToken(t *testing.T) { function TestCalcCellValueCache (line 6747) | func TestCalcCellValueCache(t *testing.T) { function TestCalcLookupCol (line 6849) | func TestCalcLookupCol(t *testing.T) { function TestCalcLookupLinearSearch (line 6864) | func TestCalcLookupLinearSearch(t *testing.T) { function TestCalcMatchMatrix (line 6879) | func TestCalcMatchMatrix(t *testing.T) { function TestCalcSORTBY (line 6892) | func TestCalcSORTBY(t *testing.T) { function TestCalcTrendGrowthMultipleRegressionPart2 (line 7012) | func TestCalcTrendGrowthMultipleRegressionPart2(t *testing.T) { function TestCalcTrendGrowthRegression (line 7027) | func TestCalcTrendGrowthRegression(t *testing.T) { function TestCalcImplicitIntersect (line 7032) | func TestCalcImplicitIntersect(t *testing.T) { FILE: calcchain.go method calcChainReader (line 22) | func (f *File) calcChainReader() (*xlsxCalcChain, error) { method calcChainWriter (line 35) | func (f *File) calcChainWriter() { method deleteCalcChain (line 44) | func (f *File) deleteCalcChain(index int, cell string) error { type xlsxCalcChainCollection (line 72) | type xlsxCalcChainCollection method Filter (line 75) | func (c xlsxCalcChainCollection) Filter(fn func(v xlsxCalcChainC) bool... method volatileDepsReader (line 87) | func (f *File) volatileDepsReader() (*xlsxVolTypes, error) { method volatileDepsWriter (line 104) | func (f *File) volatileDepsWriter() { method deleteVolTopicRef (line 113) | func (vt *xlsxVolTypes) deleteVolTopicRef(i1, i2, i3, i4 int) { FILE: calcchain_test.go function TestCalcChainReader (line 9) | func TestCalcChainReader(t *testing.T) { function TestDeleteCalcChain (line 18) | func TestDeleteCalcChain(t *testing.T) { FILE: cell.go type CellType (line 29) | type CellType constant CellTypeUnset (line 33) | CellTypeUnset CellType = iota constant CellTypeBool (line 34) | CellTypeBool constant CellTypeDate (line 35) | CellTypeDate constant CellTypeError (line 36) | CellTypeError constant CellTypeFormula (line 37) | CellTypeFormula constant CellTypeInlineString (line 38) | CellTypeInlineString constant CellTypeNumber (line 39) | CellTypeNumber constant CellTypeSharedString (line 40) | CellTypeSharedString constant STCellFormulaTypeArray (line 45) | STCellFormulaTypeArray = "array" constant STCellFormulaTypeDataTable (line 47) | STCellFormulaTypeDataTable = "dataTable" constant STCellFormulaTypeNormal (line 49) | STCellFormulaTypeNormal = "normal" constant STCellFormulaTypeShared (line 51) | STCellFormulaTypeShared = "shared" method GetCellValue (line 71) | func (f *File) GetCellValue(sheet, cell string, opts ...Options) (string... method GetCellType (line 84) | func (f *File) GetCellType(sheet, cell string) (CellType, error) { method SetCellValue (line 129) | func (f *File) SetCellValue(sheet, cell string, value interface{}) error { method String (line 162) | func (x xlsxSI) String() string { method hasValue (line 179) | func (c *xlsxC) hasValue() bool { method removeFormula (line 184) | func (f *File) removeFormula(c *xlsxC, ws *xlsxWorksheet, sheet string) ... method setCellIntFunc (line 209) | func (f *File) setCellIntFunc(sheet, cell string, value interface{}) err... method setCellTimeFunc (line 238) | func (f *File) setCellTimeFunc(sheet, cell string, value time.Time) error { method setCellTime (line 269) | func (c *xlsxC) setCellTime(value time.Time, date1904 bool) (isNum bool,... function setCellDuration (line 287) | func setCellDuration(value time.Duration) (t string, v string) { method SetCellInt (line 294) | func (f *File) SetCellInt(sheet, cell string, value int64) error { function setCellInt (line 315) | func setCellInt(value int64) (t string, v string) { method SetCellUint (line 322) | func (f *File) SetCellUint(sheet, cell string, value uint64) error { function setCellUint (line 344) | func setCellUint(value uint64) (t string, v string) { method SetCellBool (line 351) | func (f *File) SetCellBool(sheet, cell string, value bool) error { function setCellBool (line 373) | func setCellBool(value bool) (t string, v string) { method SetCellFloat (line 391) | func (f *File) SetCellFloat(sheet, cell string, value float64, precision... method setCellFloat (line 415) | func (c *xlsxC) setCellFloat(value float64, precision, bitSize int) { method SetCellStr (line 426) | func (f *File) SetCellStr(sheet, cell, value string) error { method setCellString (line 449) | func (f *File) setCellString(value string) (t, v string, err error) { method sharedStringsLoader (line 464) | func (f *File) sharedStringsLoader() (err error) { method setSharedString (line 487) | func (f *File) setSharedString(val string) (int, error) { function trimCellValue (line 512) | func trimCellValue(value string, escape bool) (v string, ns xml.Attr) { method setCellValue (line 540) | func (c *xlsxC) setCellValue(val string) { method setInlineStr (line 550) | func (c *xlsxC) setInlineStr(val string) { method setStr (line 556) | func (c *xlsxC) setStr(val string) { method getCellBool (line 562) | func (c *xlsxC) getCellBool(f *File, raw bool) (string, error) { method setCellDefault (line 576) | func (c *xlsxC) setCellDefault(value string) { method getCellDate (line 590) | func (c *xlsxC) getCellDate(f *File, raw bool) (string, error) { method getValueFrom (line 612) | func (c *xlsxC) getValueFrom(f *File, d *xlsxSST, raw bool) (string, err... method SetCellDefault (line 652) | func (f *File) SetCellDefault(sheet, cell, value string) error { method GetCellFormula (line 673) | func (f *File) GetCellFormula(sheet, cell string) (string, error) { method getCellFormula (line 679) | func (f *File) getCellFormula(sheet, cell string, transformed bool) (str... type FormulaOpts (line 702) | type FormulaOpts struct method SetCellFormula (line 789) | func (f *File) SetCellFormula(sheet, cell, formula string, opts ...Formu... method setArrayFormula (line 840) | func (ws *xlsxWorksheet) setArrayFormula(sheet string, formula *xlsxF, d... method setArrayFormulaCells (line 875) | func (f *File) setArrayFormulaCells() error { method setSharedFormula (line 899) | func (ws *xlsxWorksheet) setSharedFormula(cell, ref string) error { method countSharedFormula (line 927) | func (ws *xlsxWorksheet) countSharedFormula() (count int) { method deleteSharedFormula (line 941) | func (ws *xlsxWorksheet) deleteSharedFormula(c *xlsxC) { method GetCellHyperLink (line 963) | func (f *File) GetCellHyperLink(sheet, cell string) (bool, string, error) { method GetHyperLinkCells (line 994) | func (f *File) GetHyperLinkCells(sheet, linkType string) ([]string, erro... type HyperlinkOpts (line 1025) | type HyperlinkOpts struct method removeHyperLink (line 1033) | func (f *File) removeHyperLink(ws *xlsxWorksheet, sheet, cell string) er... method SetCellHyperLink (line 1081) | func (f *File) SetCellHyperLink(sheet, cell, link, linkType string, opts... function getCellRichText (line 1150) | func getCellRichText(si *xlsxSI) (runs []RichTextRun) { method GetCellRichText (line 1168) | func (f *File) GetCellRichText(sheet, cell string) (runs []RichTextRun, ... method newRpr (line 1200) | func (fnt *Font) newRpr() *xlsxRPr { method getFont (line 1222) | func (rPr *xlsxRPr) getFont() *Font { function setRichText (line 1243) | func setRichText(runs []RichTextRun) ([]xlsxR, error) { method SetCellRichText (line 1387) | func (f *File) SetCellRichText(sheet, cell string, runs []RichTextRun) e... method SetSheetRow (line 1428) | func (f *File) SetSheetRow(sheet, cell string, slice interface{}) error { method SetSheetCol (line 1437) | func (f *File) SetSheetCol(sheet, cell string, slice interface{}) error { method setSheetCells (line 1442) | func (f *File) setSheetCells(sheet, cell string, slice interface{}, dir ... method prepareCell (line 1474) | func (ws *xlsxWorksheet) prepareCell(cell string) (*xlsxC, int, int, err... method getCellStringFunc (line 1492) | func (f *File) getCellStringFunc(sheet, cell string, fn func(x *xlsxWork... method formattedValue (line 1552) | func (f *File) formattedValue(c *xlsxC, raw bool, cellType CellType) (st... method getCustomNumFmtCode (line 1588) | func (ss *xlsxStyleSheet) getCustomNumFmtCode(numFmtID int) (string, boo... method prepareCellStyle (line 1605) | func (ws *xlsxWorksheet) prepareCellStyle(col, row, style int) int { method mergeCellsParser (line 1626) | func (ws *xlsxWorksheet) mergeCellsParser(cell string) (string, error) { method checkCellInRangeRef (line 1661) | func (f *File) checkCellInRangeRef(cell, rangeRef string) (bool, error) { function cellInRange (line 1680) | func cellInRange(cell, ref []int) bool { function isOverlap (line 1685) | func isOverlap(rect1, rect2 []int) bool { method convertSharedFormula (line 1698) | func (c *xlsxC) convertSharedFormula(cell string) (string, error) { function getSharedFormula (line 1727) | func getSharedFormula(ws *xlsxWorksheet, si int, cell string) (string, e... function shiftCell (line 1748) | func shiftCell(val string, dCol, dRow int) string { FILE: cell_test.go function TestConcurrency (line 19) | func TestConcurrency(t *testing.T) { function TestCheckCellInRangeRef (line 119) | func TestCheckCellInRangeRef(t *testing.T) { function TestSetCellFloat (line 160) | func TestSetCellFloat(t *testing.T) { function TestSetCellUint (line 195) | func TestSetCellUint(t *testing.T) { function TestSetCellValuesMultiByte (line 215) | func TestSetCellValuesMultiByte(t *testing.T) { function TestSetCellValue (line 248) | func TestSetCellValue(t *testing.T) { function TestSetCellValues (line 333) | func TestSetCellValues(t *testing.T) { function TestSetCellBool (line 351) | func TestSetCellBool(t *testing.T) { function TestSetCellTime (line 358) | func TestSetCellTime(t *testing.T) { function TestGetCellValue (line 377) | func TestGetCellValue(t *testing.T) { function TestGetCellType (line 543) | func TestGetCellType(t *testing.T) { function TestGetValueFrom (line 559) | func TestGetValueFrom(t *testing.T) { function TestGetCellFormula (line 574) | func TestGetCellFormula(t *testing.T) { function TestConvertSharedFormula (line 704) | func TestConvertSharedFormula(t *testing.T) { function ExampleFile_SetCellFloat (line 712) | func ExampleFile_SetCellFloat() { function BenchmarkSetCellValue (line 732) | func BenchmarkSetCellValue(b *testing.B) { function TestOverflowNumericCell (line 746) | func TestOverflowNumericCell(t *testing.T) { function TestSetCellFormula (line 758) | func TestSetCellFormula(t *testing.T) { function TestGetCellRichText (line 825) | func TestGetCellRichText(t *testing.T) { function TestSetCellRichText (line 931) | func TestSetCellRichText(t *testing.T) { function TestFormattedValue (line 1040) | func TestFormattedValue(t *testing.T) { function TestFormattedValueNilXfs (line 1129) | func TestFormattedValueNilXfs(t *testing.T) { function TestFormattedValueNilNumFmts (line 1138) | func TestFormattedValueNilNumFmts(t *testing.T) { function TestFormattedValueNilWorkbook (line 1147) | func TestFormattedValueNilWorkbook(t *testing.T) { function TestFormattedValueNilWorkbookPr (line 1156) | func TestFormattedValueNilWorkbookPr(t *testing.T) { function TestGetCustomNumFmtCode (line 1166) | func TestGetCustomNumFmtCode(t *testing.T) { function TestSharedStringsError (line 1176) | func TestSharedStringsError(t *testing.T) { function TestSetCellIntFunc (line 1247) | func TestSetCellIntFunc(t *testing.T) { function TestSIString (line 1270) | func TestSIString(t *testing.T) { function TestGetCellStringFunc (line 1274) | func TestGetCellStringFunc(t *testing.T) { FILE: chart.go type ChartType (line 22) | type ChartType constant Area (line 26) | Area ChartType = iota constant AreaStacked (line 27) | AreaStacked constant AreaPercentStacked (line 28) | AreaPercentStacked constant Area3D (line 29) | Area3D constant Area3DStacked (line 30) | Area3DStacked constant Area3DPercentStacked (line 31) | Area3DPercentStacked constant Bar (line 32) | Bar constant BarStacked (line 33) | BarStacked constant BarPercentStacked (line 34) | BarPercentStacked constant Bar3DClustered (line 35) | Bar3DClustered constant Bar3DStacked (line 36) | Bar3DStacked constant Bar3DPercentStacked (line 37) | Bar3DPercentStacked constant Bar3DConeClustered (line 38) | Bar3DConeClustered constant Bar3DConeStacked (line 39) | Bar3DConeStacked constant Bar3DConePercentStacked (line 40) | Bar3DConePercentStacked constant Bar3DPyramidClustered (line 41) | Bar3DPyramidClustered constant Bar3DPyramidStacked (line 42) | Bar3DPyramidStacked constant Bar3DPyramidPercentStacked (line 43) | Bar3DPyramidPercentStacked constant Bar3DCylinderClustered (line 44) | Bar3DCylinderClustered constant Bar3DCylinderStacked (line 45) | Bar3DCylinderStacked constant Bar3DCylinderPercentStacked (line 46) | Bar3DCylinderPercentStacked constant Col (line 47) | Col constant ColStacked (line 48) | ColStacked constant ColPercentStacked (line 49) | ColPercentStacked constant Col3D (line 50) | Col3D constant Col3DClustered (line 51) | Col3DClustered constant Col3DStacked (line 52) | Col3DStacked constant Col3DPercentStacked (line 53) | Col3DPercentStacked constant Col3DCone (line 54) | Col3DCone constant Col3DConeClustered (line 55) | Col3DConeClustered constant Col3DConeStacked (line 56) | Col3DConeStacked constant Col3DConePercentStacked (line 57) | Col3DConePercentStacked constant Col3DPyramid (line 58) | Col3DPyramid constant Col3DPyramidClustered (line 59) | Col3DPyramidClustered constant Col3DPyramidStacked (line 60) | Col3DPyramidStacked constant Col3DPyramidPercentStacked (line 61) | Col3DPyramidPercentStacked constant Col3DCylinder (line 62) | Col3DCylinder constant Col3DCylinderClustered (line 63) | Col3DCylinderClustered constant Col3DCylinderStacked (line 64) | Col3DCylinderStacked constant Col3DCylinderPercentStacked (line 65) | Col3DCylinderPercentStacked constant Doughnut (line 66) | Doughnut constant Line (line 67) | Line constant Line3D (line 68) | Line3D constant Pie (line 69) | Pie constant Pie3D (line 70) | Pie3D constant PieOfPie (line 71) | PieOfPie constant BarOfPie (line 72) | BarOfPie constant Radar (line 73) | Radar constant Scatter (line 74) | Scatter constant Surface3D (line 75) | Surface3D constant WireframeSurface3D (line 76) | WireframeSurface3D constant Contour (line 77) | Contour constant WireframeContour (line 78) | WireframeContour constant Bubble (line 79) | Bubble constant Bubble3D (line 80) | Bubble3D constant StockHighLowClose (line 81) | StockHighLowClose constant StockOpenHighLowClose (line 82) | StockOpenHighLowClose type ChartDashType (line 86) | type ChartDashType constant ChartDashUnset (line 90) | ChartDashUnset ChartDashType = iota constant ChartDashSolid (line 91) | ChartDashSolid constant ChartDashDot (line 92) | ChartDashDot constant ChartDashDash (line 93) | ChartDashDash constant ChartDashLgDash (line 94) | ChartDashLgDash constant ChartDashSashDot (line 95) | ChartDashSashDot constant ChartDashLgDashDot (line 96) | ChartDashLgDashDot constant ChartDashLgDashDotDot (line 97) | ChartDashLgDashDotDot constant ChartDashSysDash (line 98) | ChartDashSysDash constant ChartDashSysDot (line 99) | ChartDashSysDot constant ChartDashSysDashDot (line 100) | ChartDashSysDashDot constant ChartDashSysDashDotDot (line 101) | ChartDashSysDashDotDot type ChartLineType (line 105) | type ChartLineType constant ChartLineUnset (line 109) | ChartLineUnset ChartLineType = iota constant ChartLineSolid (line 110) | ChartLineSolid constant ChartLineNone (line 111) | ChartLineNone constant ChartLineAutomatic (line 112) | ChartLineAutomatic type ChartTickLabelPositionType (line 117) | type ChartTickLabelPositionType constant ChartTickLabelNextToAxis (line 122) | ChartTickLabelNextToAxis ChartTickLabelPositionType = iota constant ChartTickLabelHigh (line 123) | ChartTickLabelHigh constant ChartTickLabelLow (line 124) | ChartTickLabelLow constant ChartTickLabelNone (line 125) | ChartTickLabelNone function parseChartOptions (line 576) | func parseChartOptions(opts *Chart) (*Chart, error) { method parseSeries (line 612) | func (opts *Chart) parseSeries() error { method parseTitle (line 622) | func (opts *Chart) parseTitle() { method AddChart (line 1190) | func (f *File) AddChart(sheet, cell string, chart *Chart, combo ...*Char... method AddChartSheet (line 1224) | func (f *File) AddChartSheet(sheet string, chart *Chart, combo ...*Chart... method getChartOptions (line 1281) | func (f *File) getChartOptions(opts *Chart, combo []*Chart) (*Chart, []*... method DeleteChart (line 1305) | func (f *File) DeleteChart(sheet, cell string) error { method countCharts (line 1326) | func (f *File) countCharts() int { method ptToEMUs (line 1340) | func (f *File) ptToEMUs(pt float64) int { FILE: chart_test.go function TestChartSize (line 13) | func TestChartSize(t *testing.T) { function TestAddDrawingChart (line 100) | func TestAddDrawingChart(t *testing.T) { function TestAddSheetDrawingChart (line 109) | func TestAddSheetDrawingChart(t *testing.T) { function TestDeleteDrawing (line 116) | func TestDeleteDrawing(t *testing.T) { function TestAddChart (line 136) | func TestAddChart(t *testing.T) { function TestAddChartSheet (line 449) | func TestAddChartSheet(t *testing.T) { function TestDeleteChart (line 495) | func TestDeleteChart(t *testing.T) { function TestChartWithLogarithmicBase (line 543) | func TestChartWithLogarithmicBase(t *testing.T) { FILE: col.go type Cols (line 26) | type Cols struct method Next (line 71) | func (cols *Cols) Next() bool { method Error (line 77) | func (cols *Cols) Error() error { method Rows (line 82) | func (cols *Cols) Rows(opts ...Options) ([]string, error) { method rowXMLHandler (line 160) | func (cols *Cols) rowXMLHandler(rowIterator *rowXMLIterator, xmlElemen... method GetCols (line 57) | func (f *File) GetCols(sheet string, opts ...Options) ([][]string, error) { type columnXMLIterator (line 121) | type columnXMLIterator struct function columnXMLHandler (line 128) | func columnXMLHandler(colIterator *columnXMLIterator, xmlElement *xml.St... method Cols (line 202) | func (f *File) Cols(sheet string) (*Cols, error) { method GetColVisible (line 247) | func (f *File) GetColVisible(sheet, col string) (bool, error) { method SetColVisible (line 284) | func (f *File) SetColVisible(sheet, columns string, visible bool) error { method setColVisible (line 301) | func (ws *xlsxWorksheet) setColVisible(minVal, maxVal int, visible bool) { method GetColOutlineLevel (line 332) | func (f *File) GetColOutlineLevel(sheet, col string) (uint8, error) { method parseColRange (line 355) | func (f *File) parseColRange(columns string) (minVal, maxVal int, err er... method SetColOutlineLevel (line 378) | func (f *File) SetColOutlineLevel(sheet, col string, level uint8) error { method setColOutlineLevel (line 396) | func (ws *xlsxWorksheet) setColOutlineLevel(colNum int, level uint8) { method SetColStyle (line 433) | func (f *File) SetColStyle(sheet, columns string, styleID int) error { method setColStyle (line 471) | func (ws *xlsxWorksheet) setColStyle(minVal, maxVal, styleID int) { method SetColWidth (line 500) | func (f *File) SetColWidth(sheet, startCol, endCol string, width float64... method setColWidth (line 523) | func (ws *xlsxWorksheet) setColWidth(minVal, maxVal int, width float64) { function flatCols (line 549) | func flatCols(col xlsxCol, cols []xlsxCol, replacer func(fc, c xlsxCol) ... method positionObjectPixels (line 628) | func (f *File) positionObjectPixels(sheet string, col, row, width, heigh... method getColWidth (line 661) | func (f *File) getColWidth(sheet string, col int) int { method GetColStyle (line 691) | func (f *File) GetColStyle(sheet, col string) (int, error) { method GetColWidth (line 718) | func (f *File) GetColWidth(sheet, col string) (float64, error) { method InsertCols (line 765) | func (f *File) InsertCols(sheet, col string, n int) error { method RemoveCol (line 785) | func (f *File) RemoveCol(sheet, col string) error { function convertColWidthToPixels (line 813) | func convertColWidthToPixels(width float64) float64 { method calcTextWidth (line 825) | func (fnt *Font) calcTextWidth(text string) float64 { method calcRichTextWidth (line 862) | func (fnt *Font) calcRichTextWidth(runs []RichTextRun) float64 { method autoFitColWidth (line 887) | func (f *File) autoFitColWidth(sheet string, col, rows int, defaultFnt *... method AutoFitColWidth (line 952) | func (f *File) AutoFitColWidth(sheet, columns string) error { FILE: col_test.go function TestCols (line 15) | func TestCols(t *testing.T) { function TestColumnsIterator (line 91) | func TestColumnsIterator(t *testing.T) { function TestColsError (line 121) | func TestColsError(t *testing.T) { function TestGetColsError (line 131) | func TestGetColsError(t *testing.T) { function TestColsRows (line 167) | func TestColsRows(t *testing.T) { function TestColumnVisibility (line 200) | func TestColumnVisibility(t *testing.T) { function TestOutlineLevel (line 265) | func TestOutlineLevel(t *testing.T) { function TestSetColStyle (line 334) | func TestSetColStyle(t *testing.T) { function TestColWidth (line 383) | func TestColWidth(t *testing.T) { function TestGetColStyle (line 423) | func TestGetColStyle(t *testing.T) { function TestInsertCols (line 440) | func TestInsertCols(t *testing.T) { function TestRemoveCol (line 463) | func TestRemoveCol(t *testing.T) { function TestConvertColWidthToPixels (line 488) | func TestConvertColWidthToPixels(t *testing.T) { function TestAutoFitColWidth (line 492) | func TestAutoFitColWidth(t *testing.T) { FILE: crypt.go type Encryption (line 55) | type Encryption struct type KeyData (line 63) | type KeyData struct type DataIntegrity (line 77) | type DataIntegrity struct type KeyEncryptors (line 83) | type KeyEncryptors struct type KeyEncryptor (line 89) | type KeyEncryptor struct type EncryptedKey (line 96) | type EncryptedKey struct type StandardEncryptionHeader (line 108) | type StandardEncryptionHeader struct type StandardEncryptionVerifier (line 124) | type StandardEncryptionVerifier struct type encryption (line 134) | type encryption struct method encrypt (line 339) | func (e *encryption) encrypt(input []byte) []byte { method standardKeyEncryption (line 361) | func (e *encryption) standardKeyEncryption(password string) ([]byte, e... function Decrypt (line 143) | func Decrypt(raw []byte, opts *Options) (packageBuf []byte, err error) { function Encrypt (line 163) | func Encrypt(raw []byte, opts *Options) ([]byte, error) { function extractPart (line 192) | func extractPart(doc *mscfb.Reader) ([]byte, []byte, error) { function encryptionMechanism (line 214) | func encryptionMechanism(buffer []byte) (mechanism string, err error) { function standardDecrypt (line 236) | func standardDecrypt(encryptionInfoBuf, encryptedPackageBuf []byte, opts... function standardEncryptionVerifier (line 281) | func standardEncryptionVerifier(algorithm string, blob []byte) StandardE... function standardConvertPasswdToKey (line 298) | func standardConvertPasswdToKey(header StandardEncryptionHeader, verifie... function standardXORBytes (line 325) | func standardXORBytes(a, b []byte) []byte { function agileDecrypt (line 404) | func agileDecrypt(encryptionInfoBuf, encryptedPackageBuf []byte, opts *O... function convertPasswdToKey (line 430) | func convertPasswdToKey(passwd string, blockKey []byte, encryption Encry... function hashing (line 464) | func hashing(hashAlgorithm string, buffer ...[]byte) (key []byte) { function createUInt32LEBuffer (line 487) | func createUInt32LEBuffer(value int, bufferSize int) []byte { function parseEncryptionInfo (line 494) | func parseEncryptionInfo(encryptionInfo []byte) (encryption Encryption, ... function decrypt (line 501) | func decrypt(key, iv, input []byte) (packageKey []byte, err error) { function decryptPackage (line 512) | func decryptPackage(packageKey, input []byte, encryption Encryption) (ou... function createIV (line 553) | func createIV(blockKey interface{}, encryption Encryption) ([]byte, erro... function randomBytes (line 581) | func randomBytes(n int) ([]byte, error) { function genISOPasswdHash (line 592) | func genISOPasswdHash(passwd, hashAlgorithm, salt string, spinCount int)... type cfb (line 634) | type cfb struct method writeBytes (line 649) | func (c *cfb) writeBytes(value []byte) { method writeUint16 (line 662) | func (c *cfb) writeUint16(value int) { method writeUint32 (line 670) | func (c *cfb) writeUint32(value int) { method writeUint64 (line 678) | func (c *cfb) writeUint64(value int) { method writeStrings (line 685) | func (c *cfb) writeStrings(value string) { method put (line 696) | func (c *cfb) put(name string, content []byte) { method compare (line 715) | func (c *cfb) compare(left, right string) int { method prepare (line 732) | func (c *cfb) prepare() { method locate (line 777) | func (c *cfb) locate() []int { method writeMSAT (line 819) | func (c *cfb) writeMSAT(location []int) { method writeDirectoryEntry (line 852) | func (c *cfb) writeDirectoryEntry(location []int) { method writeSectorChains (line 909) | func (c *cfb) writeSectorChains(location []int) sector { method write (line 962) | func (c *cfb) write() []byte { type sector (line 642) | type sector struct FILE: crypt_test.go function TestEncrypt (line 27) | func TestEncrypt(t *testing.T) { function TestEncryptionMechanism (line 195) | func TestEncryptionMechanism(t *testing.T) { function TestHashing (line 203) | func TestHashing(t *testing.T) { function TestGenISOPasswdHash (line 207) | func TestGenISOPasswdHash(t *testing.T) { FILE: datavalidation.go type DataValidationType (line 24) | type DataValidationType constant _ (line 28) | _ DataValidationType = iota constant DataValidationTypeNone (line 29) | DataValidationTypeNone constant DataValidationTypeCustom (line 30) | DataValidationTypeCustom constant DataValidationTypeDate (line 31) | DataValidationTypeDate constant DataValidationTypeDecimal (line 32) | DataValidationTypeDecimal constant DataValidationTypeList (line 33) | DataValidationTypeList constant DataValidationTypeTextLength (line 34) | DataValidationTypeTextLength constant DataValidationTypeTime (line 35) | DataValidationTypeTime constant DataValidationTypeWhole (line 36) | DataValidationTypeWhole type DataValidationErrorStyle (line 40) | type DataValidationErrorStyle constant _ (line 44) | _ DataValidationErrorStyle = iota constant DataValidationErrorStyleStop (line 45) | DataValidationErrorStyleStop constant DataValidationErrorStyleWarning (line 46) | DataValidationErrorStyleWarning constant DataValidationErrorStyleInformation (line 47) | DataValidationErrorStyleInformation constant styleStop (line 52) | styleStop = "stop" constant styleWarning (line 53) | styleWarning = "warning" constant styleInformation (line 54) | styleInformation = "information" type DataValidationOperator (line 58) | type DataValidationOperator constant _ (line 62) | _ DataValidationOperator = iota constant DataValidationOperatorBetween (line 63) | DataValidationOperatorBetween constant DataValidationOperatorEqual (line 64) | DataValidationOperatorEqual constant DataValidationOperatorGreaterThan (line 65) | DataValidationOperatorGreaterThan constant DataValidationOperatorGreaterThanOrEqual (line 66) | DataValidationOperatorGreaterThanOrEqual constant DataValidationOperatorLessThan (line 67) | DataValidationOperatorLessThan constant DataValidationOperatorLessThanOrEqual (line 68) | DataValidationOperatorLessThanOrEqual constant DataValidationOperatorNotBetween (line 69) | DataValidationOperatorNotBetween constant DataValidationOperatorNotEqual (line 70) | DataValidationOperatorNotEqual function NewDataValidation (line 111) | func NewDataValidation(allowBlank bool) *DataValidation { method SetError (line 120) | func (dv *DataValidation) SetError(style DataValidationErrorStyle, title... method SetInput (line 138) | func (dv *DataValidation) SetInput(title, msg string) { method SetDropList (line 150) | func (dv *DataValidation) SetDropList(keys []string) error { method SetRange (line 166) | func (dv *DataValidation) SetRange(f1, f2 interface{}, t DataValidationT... method SetSqrefDropList (line 212) | func (dv *DataValidation) SetSqrefDropList(sqref string) { method SetSqref (line 218) | func (dv *DataValidation) SetSqref(sqref string) { method AddDataValidation (line 257) | func (f *File) AddDataValidation(sheet string, dv *DataValidation) error { method GetDataValidations (line 293) | func (f *File) GetDataValidations(sheet string) ([]*DataValidation, erro... function getDataValidations (line 325) | func getDataValidations(dvs *xlsxDataValidations) []*DataValidation { method DeleteDataValidation (line 386) | func (f *File) DeleteDataValidation(sheet string, sqref ...string) error { method deleteDataValidation (line 417) | func (f *File) deleteDataValidation(ws *xlsxWorksheet, delCells map[int]... method deleteX14DataValidation (line 438) | func (f *File) deleteX14DataValidation(ws *xlsxWorksheet, delCells map[i... function squashSqref (line 500) | func squashSqref(cells [][]int) []string { function deleteCellsFromSqref (line 530) | func deleteCellsFromSqref(sqref string, delCells map[int][][]int) (strin... method isFormula (line 554) | func (dv *xlsxInnerXML) isFormula() bool { function unescapeDataValidationFormula (line 559) | func unescapeDataValidationFormula(val string) string { FILE: datavalidation_test.go function TestDataValidation (line 25) | func TestDataValidation(t *testing.T) { function TestDataValidationError (line 136) | func TestDataValidationError(t *testing.T) { function TestDeleteDataValidation (line 200) | func TestDeleteDataValidation(t *testing.T) { FILE: date.go constant nanosInADay (line 20) | nanosInADay = float64((24 * time.Hour) / time.Nanosecond) constant dayNanoseconds (line 21) | dayNanoseconds = 24 * time.Hour constant maxDuration (line 22) | maxDuration = 290 * 364 * dayNanoseconds constant roundEpsilon (line 23) | roundEpsilon = 1e-9 function timeToExcelTime (line 35) | func timeToExcelTime(t time.Time, date1904 bool) (float64, error) { function shiftJulianToNoon (line 65) | func shiftJulianToNoon(julianDays, julianFraction float64) (float64, flo... function fractionOfADay (line 82) | func fractionOfADay(fraction float64) (hours, minutes, seconds, nanoseco... function julianDateToGregorianTime (line 101) | func julianDateToGregorianTime(part1, part2 float64) time.Time { function doTheFliegelAndVanFlandernAlgorithm (line 119) | func doTheFliegelAndVanFlandernAlgorithm(jd int) (day, month, year int) { function timeFromExcelTime (line 135) | func timeFromExcelTime(excelTime float64, date1904 bool) time.Time { function ExcelDateToTime (line 167) | func ExcelDateToTime(excelDate float64, use1904Format bool) (time.Time, ... function isLeapYear (line 175) | func isLeapYear(y int) bool { function getDaysInMonth (line 187) | func getDaysInMonth(y, m int) int { function validateDate (line 196) | func validateDate(y, m, d int) bool { function formatYear (line 207) | func formatYear(y int) int { function getDurationNumFmt (line 220) | func getDurationNumFmt(d time.Duration) int { function getTimeNumFmt (line 233) | func getTimeNumFmt(t time.Time) int { FILE: date_test.go type dateTest (line 11) | type dateTest struct function TestTimeToExcelTime (line 40) | func TestTimeToExcelTime(t *testing.T) { function TestTimeToExcelTime_Timezone (line 51) | func TestTimeToExcelTime_Timezone(t *testing.T) { function TestTimeFromExcelTime (line 64) | func TestTimeFromExcelTime(t *testing.T) { function TestTimeFromExcelTime_1904 (line 93) | func TestTimeFromExcelTime_1904(t *testing.T) { function TestExcelDateToTime (line 104) | func TestExcelDateToTime(t *testing.T) { FILE: docProps.go method SetAppProps (line 69) | func (f *File) SetAppProps(appProperties *AppProperties) error { method GetAppProps (line 84) | func (f *File) GetAppProps() (ret *AppProperties, err error) { method SetDocProps (line 165) | func (f *File) SetDocProps(docProperties *DocProperties) error { method GetDocProps (line 212) | func (f *File) GetDocProps() (ret *DocProperties, err error) { method SetCustomProps (line 248) | func (f *File) SetCustomProps(prop CustomProperty) error { method setCustomProps (line 296) | func (prop *xlsxProperty) setCustomProps(value interface{}) error { method GetCustomProps (line 315) | func (f *File) GetCustomProps() ([]CustomProperty, error) { method getCustomProps (line 334) | func (p *decodeProperty) getCustomProps() (interface{}, error) { FILE: docProps_test.go function TestSetAppProps (line 26) | func TestSetAppProps(t *testing.T) { function TestGetAppProps (line 51) | func TestGetAppProps(t *testing.T) { function TestSetDocProps (line 71) | func TestSetDocProps(t *testing.T) { function TestGetDocProps (line 103) | func TestGetDocProps(t *testing.T) { function TestCustomProps (line 123) | func TestCustomProps(t *testing.T) { FILE: drawing.go method prepareDrawing (line 25) | func (f *File) prepareDrawing(ws *xlsxWorksheet, drawingID int, sheet, d... method prepareChartSheetDrawing (line 45) | func (f *File) prepareChartSheetDrawing(cs *xlsxChartsheet, drawingID in... method addChart (line 59) | func (f *File) addChart(opts *Chart, comboCharts []*Chart) { method drawBaseChart (line 201) | func (f *File) drawBaseChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawDoughnutChart (line 447) | func (f *File) drawDoughnutChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawLineChart (line 468) | func (f *File) drawLineChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawLine3DChart (line 497) | func (f *File) drawLine3DChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawPieChart (line 523) | func (f *File) drawPieChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawPie3DChart (line 538) | func (f *File) drawPie3DChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawPieOfPieChart (line 553) | func (f *File) drawPieOfPieChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawBarOfPieChart (line 577) | func (f *File) drawBarOfPieChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawRadarChart (line 601) | func (f *File) drawRadarChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawScatterChart (line 623) | func (f *File) drawScatterChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawSurface3DChart (line 644) | func (f *File) drawSurface3DChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawSurfaceChart (line 668) | func (f *File) drawSurfaceChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawBubbleChart (line 692) | func (f *File) drawBubbleChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawStockChart (line 714) | func (f *File) drawStockChart(pa *cPlotArea, opts *Chart) *cPlotArea { method drawChartGapWidth (line 747) | func (f *File) drawChartGapWidth(opts *Chart) *attrValInt { method drawChartOverlap (line 758) | func (f *File) drawChartOverlap(opts *Chart) *attrValInt { method drawChartShape (line 776) | func (f *File) drawChartShape(opts *Chart) *attrValString { method drawChartSeries (line 808) | func (f *File) drawChartSeries(opts *Chart) *[]cSer { method drawShapeFill (line 838) | func (f *File) drawShapeFill(fill Fill, spPr *cSpPr) *cSpPr { method drawChartSeriesSpPr (line 859) | func (f *File) drawChartSeriesSpPr(i int, opts *Chart) *cSpPr { method drawChartSeriesDPt (line 889) | func (f *File) drawChartSeriesDPt(i int, opts *Chart) []*cDPt { method drawChartSeriesCat (line 928) | func (f *File) drawChartSeriesCat(v ChartSeries, opts *Chart) *cCat { method drawChartSeriesVal (line 943) | func (f *File) drawChartSeriesVal(v ChartSeries, opts *Chart) *cVal { method drawChartSeriesMarker (line 959) | func (f *File) drawChartSeriesMarker(i int, opts *Chart) *cMarker { method drawChartSeriesXVal (line 995) | func (f *File) drawChartSeriesXVal(v ChartSeries, opts *Chart) *cCat { method drawChartSeriesYVal (line 1007) | func (f *File) drawChartSeriesYVal(v ChartSeries, opts *Chart) *cVal { method drawCharSeriesBubbleSize (line 1020) | func (f *File) drawCharSeriesBubbleSize(v ChartSeries, opts *Chart) *cVal { method drawCharSeriesBubble3D (line 1038) | func (f *File) drawCharSeriesBubble3D(opts *Chart) *attrValBool { method drawChartNumFmt (line 1047) | func (f *File) drawChartNumFmt(labels ChartNumFmt) *cNumFmt { method drawChartDLbls (line 1060) | func (f *File) drawChartDLbls(opts *Chart) *cDLbls { function inSupportedChartDataLabelsPositionType (line 1076) | func inSupportedChartDataLabelsPositionType(a []ChartDataLabelPositionTy... method drawChartSeriesDLbls (line 1087) | func (f *File) drawChartSeriesDLbls(i int, opts *Chart) *cDLbls { method drawPlotAreaCatAx (line 1108) | func (f *File) drawPlotAreaCatAx(pa *cPlotArea, opts *Chart) []*cAxs { method drawPlotAreaValAx (line 1163) | func (f *File) drawPlotAreaValAx(pa *cPlotArea, opts *Chart) []*cAxs { method drawPlotAreaSerAx (line 1225) | func (f *File) drawPlotAreaSerAx(opts *Chart) []*cAxs { function drawChartFont (line 1253) | func drawChartFont(fnt *Font, r *aRPr) { method drawPlotAreaTitles (line 1292) | func (f *File) drawPlotAreaTitles(runs []RichTextRun, vert string) *cTit... method drawPlotAreaDTable (line 1313) | func (f *File) drawPlotAreaDTable(opts *Chart) *cDTable { method drawPlotAreaSpPr (line 1326) | func (f *File) drawPlotAreaSpPr() *cSpPr { method drawPlotAreaTxPr (line 1345) | func (f *File) drawPlotAreaTxPr(opts *ChartAxis) *cTxPr { method drawChartLn (line 1394) | func (f *File) drawChartLn(opts *ChartLine) *aLn { method drawChartLegend (line 1429) | func (c *cChart) drawChartLegend(opts *Chart) { method drawingParser (line 1462) | func (f *File) drawingParser(path string) (*xlsxWsDr, int, error) { method addDrawingChart (line 1513) | func (f *File) addDrawingChart(sheet, drawingXML, cell string, width, he... method addSheetDrawingChart (line 1576) | func (f *File) addSheetDrawingChart(drawingXML string, rID int, opts *Gr... method deleteDrawing (line 1619) | func (f *File) deleteDrawing(col, row int, drawingXML, drawingType strin... function extractEmbedRID (line 1682) | func extractEmbedRID(pic *xlsxPic, decodePic *decodePic) string { function getUnusedCellAnchorRID (line 1695) | func getUnusedCellAnchorRID(delRID, refRID []string, rIDMaps map[string]... method deleteDrawingRels (line 1707) | func (f *File) deleteDrawingRels(rels, rID string) { method genAxID (line 1724) | func (f *File) genAxID(opts *Chart) []*attrValInt { FILE: drawing_test.go function TestDrawingParser (line 22) | func TestDrawingParser(t *testing.T) { function TestDeleteDrawingRels (line 42) | func TestDeleteDrawingRels(t *testing.T) { FILE: errors.go type ErrSheetNotExist (line 201) | type ErrSheetNotExist struct method Error (line 206) | func (err ErrSheetNotExist) Error() string { function newAddCommentError (line 212) | func newAddCommentError(cell string) error { function newCellNameToCoordinatesError (line 218) | func newCellNameToCoordinatesError(cell string, err error) error { function newCoordinatesToCellNameError (line 224) | func newCoordinatesToCellNameError(col, row int) error { function newFieldLengthError (line 230) | func newFieldLengthError(name string) error { function newInvalidAutoFilterColumnError (line 236) | func newInvalidAutoFilterColumnError(col string) error { function newInvalidAutoFilterExpError (line 242) | func newInvalidAutoFilterExpError(exp string) error { function newInvalidAutoFilterOperatorError (line 248) | func newInvalidAutoFilterOperatorError(op, exp string) error { function newInvalidCellNameError (line 254) | func newInvalidCellNameError(cell string) error { function newInvalidColumnNameError (line 260) | func newInvalidColumnNameError(col string) error { function newInvalidExcelDateError (line 266) | func newInvalidExcelDateError(dateValue float64) error { function newInvalidLinkTypeError (line 272) | func newInvalidLinkTypeError(linkType string) error { function newInvalidNameError (line 278) | func newInvalidNameError(name string) error { function newInvalidOptionalValue (line 284) | func newInvalidOptionalValue(name, value string, values []string) error { function newInvalidRowNumberError (line 290) | func newInvalidRowNumberError(row int) error { function newInvalidSlicerNameError (line 296) | func newInvalidSlicerNameError(name string) error { function newInvalidStyleID (line 302) | func newInvalidStyleID(styleID int) error { function newNoExistSlicerError (line 308) | func newNoExistSlicerError(name string) error { function newNoExistTableError (line 314) | func newNoExistTableError(name string) error { function newNotWorksheetError (line 320) | func newNotWorksheetError(name string) error { function newPivotTableColFieldsError (line 326) | func newPivotTableColFieldsError(data []string) error { function newPivotTableRowFieldsError (line 332) | func newPivotTableRowFieldsError(data []string) error { function newPivotTableDataRangeError (line 338) | func newPivotTableDataRangeError(msg string) error { function newPivotTableRangeError (line 344) | func newPivotTableRangeError(msg string) error { function newStreamSetRowError (line 350) | func newStreamSetRowError(row int) error { function newStreamSetRowOrderError (line 356) | func newStreamSetRowOrderError(name string) error { function newUnknownFilterTokenError (line 362) | func newUnknownFilterTokenError(token string) error { function newUnsupportedChartType (line 368) | func newUnsupportedChartType(chartType ChartType) error { function newUnsupportedPivotCacheSourceType (line 374) | func newUnsupportedPivotCacheSourceType(sourceType string) error { function newUnzipSizeLimitError (line 380) | func newUnzipSizeLimitError(unzipSizeLimit int64) error { function newViewIdxError (line 386) | func newViewIdxError(viewIndex int) error { FILE: errors_test.go function TestNewInvalidColNameError (line 9) | func TestNewInvalidColNameError(t *testing.T) { function TestNewInvalidRowNumberError (line 14) | func TestNewInvalidRowNumberError(t *testing.T) { function TestNewInvalidCellNameError (line 18) | func TestNewInvalidCellNameError(t *testing.T) { function TestNewInvalidExcelDateError (line 23) | func TestNewInvalidExcelDateError(t *testing.T) { FILE: excelize.go type File (line 31) | type File struct method checkOpenReaderOptions (line 171) | func (f *File) checkOpenReaderOptions() error { method getOptions (line 237) | func (f *File) getOptions(opts ...Options) *Options { method CharsetTranscoder (line 247) | func (f *File) CharsetTranscoder(fn func(charset string, input io.Read... method SetZipWriter (line 253) | func (f *File) SetZipWriter(fn func(io.Writer) ZipWriter) *File { f.Zi... method xmlNewDecoder (line 256) | func (f *File) xmlNewDecoder(rdr io.Reader) (ret *xml.Decoder) { method setDefaultTimeStyle (line 265) | func (f *File) setDefaultTimeStyle(sheet, cell string, format int) err... method workSheetReader (line 282) | func (f *File) workSheetReader(sheet string) (ws *xlsxWorksheet, err e... method setRels (line 418) | func (f *File) setRels(rID, relPath, relType, target, targetMode strin... method addRels (line 440) | func (f *File) addRels(relPath, relType, target, targetMode string) int { method UpdateLinkedValue (line 502) | func (f *File) UpdateLinkedValue() error { method AddVBAProject (line 553) | func (f *File) AddVBAProject(file []byte) error { method setContentTypePartProjectExtensions (line 591) | func (f *File) setContentTypePartProjectExtensions(contentType string)... method metadataReader (line 620) | func (f *File) metadataReader() (*xlsxMetadata, error) { method richValueReader (line 631) | func (f *File) richValueReader() (*xlsxRichValueData, error) { method richValueRelReader (line 642) | func (f *File) richValueRelReader() (*xlsxRichValueRels, error) { method richValueStructuresReader (line 653) | func (f *File) richValueStructuresReader() (*xlsxRichValueStructures, ... method richValueWebImageReader (line 664) | func (f *File) richValueWebImageReader() (*xlsxWebImagesSupportingRich... method getRichDataRichValueRelRelationships (line 675) | func (f *File) getRichDataRichValueRelRelationships(rID string) *xlsxR... method getRichValueWebImageRelationships (line 690) | func (f *File) getRichValueWebImageRelationships(rID string) *xlsxRela... type ZipWriter (line 70) | type ZipWriter interface type Options (line 113) | type Options struct function OpenFile (line 133) | func OpenFile(filename string, opts ...Options) (*File, error) { function newFile (line 150) | func newFile() *File { function OpenReader (line 192) | func OpenReader(r io.Reader, opts ...Options) (*File, error) { method checkSheet (line 331) | func (ws *xlsxWorksheet) checkSheet() { method checkSheetR0 (line 388) | func (ws *xlsxWorksheet) checkSheetR0(sheetData *xlsxSheetData, rowData ... FILE: excelize_test.go function TestOpenFile (line 27) | func TestOpenFile(t *testing.T) { function TestSaveFile (line 200) | func TestSaveFile(t *testing.T) { function TestSaveAsWrongPath (line 239) | func TestSaveAsWrongPath(t *testing.T) { function TestCharsetTranscoder (line 247) | func TestCharsetTranscoder(t *testing.T) { function TestOpenReader (line 252) | func TestOpenReader(t *testing.T) { function TestBrokenFile (line 362) | func TestBrokenFile(t *testing.T) { function TestNewFile (line 393) | func TestNewFile(t *testing.T) { function TestSetCellHyperLink (line 417) | func TestSetCellHyperLink(t *testing.T) { function TestGetCellHyperLink (line 506) | func TestGetCellHyperLink(t *testing.T) { function TestSetSheetBackground (line 556) | func TestSetSheetBackground(t *testing.T) { function TestSetSheetBackgroundErrors (line 565) | func TestSetSheetBackgroundErrors(t *testing.T) { function TestWriteArrayFormula (line 593) | func TestWriteArrayFormula(t *testing.T) { function TestSetCellStyleAlignment (line 695) | func TestSetCellStyleAlignment(t *testing.T) { function TestSetCellStyleBorder (line 722) | func TestSetCellStyleBorder(t *testing.T) { function TestSetCellStyleBorderErrors (line 797) | func TestSetCellStyleBorderErrors(t *testing.T) { function TestSetCellStyleNumberFormat (line 806) | func TestSetCellStyleNumberFormat(t *testing.T) { function TestSetCellStyleCurrencyNumberFormat (line 860) | func TestSetCellStyleCurrencyNumberFormat(t *testing.T) { function TestSetCellStyleLangNumberFormat (line 906) | func TestSetCellStyleLangNumberFormat(t *testing.T) { function TestSetCellStyleCustomNumberFormat (line 950) | func TestSetCellStyleCustomNumberFormat(t *testing.T) { function TestSetCellStyleFill (line 968) | func TestSetCellStyleFill(t *testing.T) { function TestSetCellStyleFont (line 985) | func TestSetCellStyleFont(t *testing.T) { function TestSetCellStyleProtection (line 1018) | func TestSetCellStyleProtection(t *testing.T) { function TestSetDeleteSheet (line 1031) | func TestSetDeleteSheet(t *testing.T) { function TestSheetVisibility (line 1049) | func TestSheetVisibility(t *testing.T) { function TestCopySheet (line 1063) | func TestCopySheet(t *testing.T) { function TestCopySheetError (line 1079) | func TestCopySheetError(t *testing.T) { function TestGetSheetComments (line 1087) | func TestGetSheetComments(t *testing.T) { function TestGetActiveSheetIndex (line 1092) | func TestGetActiveSheetIndex(t *testing.T) { function TestRelsWriter (line 1098) | func TestRelsWriter(t *testing.T) { function TestConditionalFormat (line 1104) | func TestConditionalFormat(t *testing.T) { function TestSharedStrings (line 1324) | func TestSharedStrings(t *testing.T) { function TestSetSheetCol (line 1336) | func TestSetSheetCol(t *testing.T) { function TestSetSheetRow (line 1352) | func TestSetSheetRow(t *testing.T) { function TestHSL (line 1368) | func TestHSL(t *testing.T) { function TestProtectSheet (line 1412) | func TestProtectSheet(t *testing.T) { function TestUnprotectSheet (line 1466) | func TestUnprotectSheet(t *testing.T) { function TestProtectWorkbook (line 1495) | func TestProtectWorkbook(t *testing.T) { function TestUnprotectWorkbook (line 1526) | func TestUnprotectWorkbook(t *testing.T) { function TestSetDefaultTimeStyle (line 1556) | func TestSetDefaultTimeStyle(t *testing.T) { function TestAddVBAProject (line 1565) | func TestAddVBAProject(t *testing.T) { function TestContentTypesReader (line 1583) | func TestContentTypesReader(t *testing.T) { function TestWorkbookReader (line 1592) | func TestWorkbookReader(t *testing.T) { function TestWorkSheetReader (line 1601) | func TestWorkSheetReader(t *testing.T) { function TestRelsReader (line 1619) | func TestRelsReader(t *testing.T) { function TestDeleteSheetFromWorkbookRels (line 1629) | func TestDeleteSheetFromWorkbookRels(t *testing.T) { function TestUpdateLinkedValue (line 1636) | func TestUpdateLinkedValue(t *testing.T) { function TestAttrValToInt (line 1644) | func TestAttrValToInt(t *testing.T) { function prepareTestBook1 (line 1651) | func prepareTestBook1() (*File, error) { function prepareTestBook3 (line 1688) | func prepareTestBook3() (*File, error) { function prepareTestBook4 (line 1713) | func prepareTestBook4() (*File, error) { function prepareTestBook5 (line 1731) | func prepareTestBook5(opts Options) (*File, error) { function fillCells (line 1756) | func fillCells(f *File, sheet string, colCount, rowCount int) error { function BenchmarkOpenFile (line 1768) | func BenchmarkOpenFile(b *testing.B) { FILE: file.go function NewFile (line 31) | func NewFile(opts ...Options) *File { method Save (line 59) | func (f *File) Save(opts ...Options) error { method SaveAs (line 71) | func (f *File) SaveAs(name string, opts ...Options) error { method Close (line 90) | func (f *File) Close() error { method Write (line 111) | func (f *File) Write(w io.Writer, opts ...Options) error { method WriteTo (line 117) | func (f *File) WriteTo(w io.Writer, opts ...Options) (int64, error) { method WriteToBuffer (line 139) | func (f *File) WriteToBuffer() (*bytes.Buffer, error) { method writeToZip (line 163) | func (f *File) writeToZip(zw ZipWriter) error { method writeZip64LFH (line 250) | func (f *File) writeZip64LFH(buf *bytes.Buffer) error { FILE: file_test.go type errZipWriter (line 25) | type errZipWriter struct method Create (line 30) | func (m *errZipWriter) Create(name string) (io.Writer, error) { method AddFS (line 37) | func (m *errZipWriter) AddFS(fs.FS) error { return nil } method Close (line 39) | func (m *errZipWriter) Close() error { return m.closeErr } type errWriter (line 41) | type errWriter struct method Write (line 43) | func (e *errWriter) Write([]byte) (int, error) { return 0, e.err } function BenchmarkWrite (line 45) | func BenchmarkWrite(b *testing.B) { function TestWriteTo (line 67) | func TestWriteTo(t *testing.T) { function TestClose (line 184) | func TestClose(t *testing.T) { function TestZip64 (line 190) | func TestZip64(t *testing.T) { function TestRemoveTempFiles (line 257) | func TestRemoveTempFiles(t *testing.T) { FILE: hsl.go type HSL (line 42) | type HSL struct method RGBA (line 48) | func (c HSL) RGBA() (uint32, uint32, uint32, uint32) { function hslModel (line 54) | func hslModel(c color.Color) color.Color { function RGBToHSL (line 64) | func RGBToHSL(r, g, b uint8) (h, s, l float64) { function HSLToRGB (line 99) | func HSLToRGB(h, s, l float64) (r, g, b uint8) { function hueToRGB (line 122) | func hueToRGB(p, q, t float64) float64 { FILE: lib.go method ReadZipReader (line 33) | func (f *File) ReadZipReader(r *zip.Reader) (map[string][]byte, int, err... method unzipToTemp (line 84) | func (f *File) unzipToTemp(zipFile *zip.File) (string, error) { method readXML (line 103) | func (f *File) readXML(name string) []byte { method readBytes (line 114) | func (f *File) readBytes(name string) []byte { method readTemp (line 130) | func (f *File) readTemp(name string) (file *os.File, err error) { method saveFileList (line 141) | func (f *File) saveFileList(name string, content []byte) { function readFile (line 146) | func readFile(file *zip.File) ([]byte, error) { function SplitCellName (line 162) | func SplitCellName(cell string) (string, int, error) { function JoinCellName (line 179) | func JoinCellName(col string, row int) (string, error) { function ColumnNameToNumber (line 205) | func ColumnNameToNumber(name string) (int, error) { function ColumnNumberToName (line 234) | func ColumnNumberToName(num int) (string, error) { function CellNameToCoordinates (line 259) | func CellNameToCoordinates(cell string) (int, int, error) { function CoordinatesToCellName (line 278) | func CoordinatesToCellName(col, row int, abs ...bool) (string, error) { function rangeRefToCoordinates (line 297) | func rangeRefToCoordinates(ref string) ([]int, error) { function cellRefsToCoordinates (line 307) | func cellRefsToCoordinates(firstCell, lastCell string) ([]int, error) { function sortCoordinates (line 320) | func sortCoordinates(coordinates []int) error { function coordinatesToRangeRef (line 335) | func coordinatesToRangeRef(coordinates []int, abs ...bool) (string, erro... method getDefinedNameRefTo (line 351) | func (f *File) getDefinedNameRefTo(definedNameName, currentSheet string)... function flatSqref (line 372) | func flatSqref(sqref string) (cells map[int][][]int, err error) { function inCoordinates (line 409) | func inCoordinates(a [][]int, x []int) int { function inStrSlice (line 420) | func inStrSlice(a []string, x string, caseSensitive bool) int { function inFloat64Slice (line 434) | func inFloat64Slice(a []float64, x float64) int { function boolPtr (line 444) | func boolPtr(b bool) *bool { return &b } function intPtr (line 447) | func intPtr(i int) *int { return &i } function uintPtr (line 450) | func uintPtr(u uint) *uint { return &u } function float64Ptr (line 453) | func float64Ptr(f float64) *float64 { return &f } function stringPtr (line 456) | func stringPtr(s string) *string { return &s } method Value (line 459) | func (attr *attrValFloat) Value() float64 { method Value (line 467) | func (avb *attrValBool) Value() bool { method Value (line 475) | func (avb *attrValString) Value() string { method MarshalXML (line 484) | func (avb attrValBool) MarshalXML(e *xml.Encoder, start xml.StartElement... method UnmarshalXML (line 508) | func (avb *attrValBool) UnmarshalXML(d *xml.Decoder, start xml.StartElem... method MarshalXML (line 547) | func (ext xlsxExt) MarshalXML(e *xml.Encoder, start xml.StartElement) er... method UnmarshalXML (line 554) | func (ext *xlsxExt) UnmarshalXML(d *xml.Decoder, start xml.StartElement)... function namespaceStrictToTransitional (line 575) | func namespaceStrictToTransitional(content []byte) []byte { function bytesReplace (line 595) | func bytesReplace(s, source, target []byte, n int) []byte { function genSheetPasswd (line 637) | func genSheetPasswd(plaintext string) string { function getRootElement (line 653) | func getRootElement(d *xml.Decoder) []xml.Attr { function genXMLNamespace (line 683) | func genXMLNamespace(attr []xml.Attr) string { function getXMLNamespace (line 699) | func getXMLNamespace(space string, attr []xml.Attr) string { method replaceNameSpaceBytes (line 710) | func (f *File) replaceNameSpaceBytes(path string, contentMarshal []byte)... method addNameSpaces (line 721) | func (f *File) addNameSpaces(path string, ns xml.Attr) { method setIgnorableNameSpace (line 763) | func (f *File) setIgnorableNameSpace(path string, index int, ns xml.Attr) { method addSheetNameSpace (line 773) | func (f *File) addSheetNameSpace(sheet string, ns xml.Attr) { function isNumeric (line 780) | func isNumeric(s string) (bool, int, float64) { function bstrUnmarshal (line 811) | func bstrUnmarshal(s string) (result string) { function bstrMarshal (line 835) | func bstrMarshal(s string) (result string) { function floatToFraction (line 868) | func floatToFraction(x float64, numeratorPlaceHolder, denominatorPlaceHo... function floatToFracUseContinuedFraction (line 885) | func floatToFracUseContinuedFraction(r float64, denominatorLimit int64) ... function assignFieldValue (line 917) | func assignFieldValue(field string, immutable, mutable reflect.Value) { function setPtrFields (line 931) | func setPtrFields(immutable, mutable reflect.Value) { function setNoPtrFieldsVal (line 943) | func setNoPtrFieldsVal(fields []string, immutable, mutable reflect.Value) { function setPtrFieldsVal (line 958) | func setPtrFieldsVal(fields []string, immutable, mutable reflect.Value) { function countUTF16String (line 977) | func countUTF16String(s string) int { function truncateUTF16Units (line 987) | func truncateUTF16Units(s string, length int) string { type Stack (line 998) | type Stack struct method Push (line 1009) | func (stack *Stack) Push(value interface{}) { method Pop (line 1014) | func (stack *Stack) Pop() interface{} { method Peek (line 1024) | func (stack *Stack) Peek() interface{} { method Len (line 1033) | func (stack *Stack) Len() int { method Empty (line 1038) | func (stack *Stack) Empty() bool { function NewStack (line 1003) | func NewStack() *Stack { FILE: lib_test.go function TestColumnNameToNumber_OK (line 64) | func TestColumnNameToNumber_OK(t *testing.T) { function TestColumnNameToNumber_Error (line 74) | func TestColumnNameToNumber_Error(t *testing.T) { function TestColumnNumberToName_OK (line 86) | func TestColumnNumberToName_OK(t *testing.T) { function TestColumnNumberToName_Error (line 96) | func TestColumnNumberToName_Error(t *testing.T) { function TestSplitCellName_OK (line 111) | func TestSplitCellName_OK(t *testing.T) { function TestSplitCellName_Error (line 123) | func TestSplitCellName_Error(t *testing.T) { function TestJoinCellName_OK (line 134) | func TestJoinCellName_OK(t *testing.T) { function TestJoinCellName_Error (line 146) | func TestJoinCellName_Error(t *testing.T) { function TestCellNameToCoordinates_OK (line 165) | func TestCellNameToCoordinates_OK(t *testing.T) { function TestCellNameToCoordinates_Error (line 177) | func TestCellNameToCoordinates_Error(t *testing.T) { function TestCoordinatesToCellName_OK (line 190) | func TestCoordinatesToCellName_OK(t *testing.T) { function TestCoordinatesToCellName_Error (line 201) | func TestCoordinatesToCellName_Error(t *testing.T) { function TestCoordinatesToRangeRef (line 220) | func TestCoordinatesToRangeRef(t *testing.T) { function TestSortCoordinates (line 232) | func TestSortCoordinates(t *testing.T) { function TestInStrSlice (line 236) | func TestInStrSlice(t *testing.T) { function TestAttrValue (line 240) | func TestAttrValue(t *testing.T) { function TestBoolValMarshal (line 246) | func TestBoolValMarshal(t *testing.T) { function TestBoolValUnmarshalXML (line 262) | func TestBoolValUnmarshalXML(t *testing.T) { function TestExtUnmarshalXML (line 276) | func TestExtUnmarshalXML(t *testing.T) { function TestBytesReplace (line 285) | func TestBytesReplace(t *testing.T) { function TestGetRootElement (line 290) | func TestGetRootElement(t *testing.T) { function TestSetIgnorableNameSpace (line 298) | func TestSetIgnorableNameSpace(t *testing.T) { function TestStack (line 307) | func TestStack(t *testing.T) { function TestGenXMLNamespace (line 313) | func TestGenXMLNamespace(t *testing.T) { function TestBstrUnmarshal (line 319) | func TestBstrUnmarshal(t *testing.T) { function TestBstrMarshal (line 344) | func TestBstrMarshal(t *testing.T) { function TestTruncateUTF16Units (line 357) | func TestTruncateUTF16Units(t *testing.T) { function TestReadBytes (line 379) | func TestReadBytes(t *testing.T) { function TestUnzipToTemp (line 386) | func TestUnzipToTemp(t *testing.T) { function TestFloat2Frac (line 419) | func TestFloat2Frac(t *testing.T) { FILE: merge.go method Rect (line 17) | func (mc *xlsxMergeCell) Rect() ([]int, error) { method MergeCell (line 52) | func (f *File) MergeCell(sheet, topLeftCell, bottomRightCell string) err... method UnmergeCell (line 96) | func (f *File) UnmergeCell(sheet, topLeftCell, bottomRightCell string) e... method GetMergeCells (line 146) | func (f *File) GetMergeCells(sheet string, withoutValues ...bool) ([]Mer... method mergeOverlapCells (line 176) | func (ws *xlsxWorksheet) mergeOverlapCells() error { type MergeCell (line 230) | type MergeCell method GetCellValue (line 233) | func (m *MergeCell) GetCellValue() string { method GetStartAxis (line 239) | func (m *MergeCell) GetStartAxis() string { method GetEndAxis (line 245) | func (m *MergeCell) GetEndAxis() string { FILE: merge_test.go function TestMergeCell (line 10) | func TestMergeCell(t *testing.T) { function TestMergeCellOverlap (line 92) | func TestMergeCellOverlap(t *testing.T) { function TestGetMergeCells (line 111) | func TestGetMergeCells(t *testing.T) { function TestUnmergeCell (line 168) | func TestUnmergeCell(t *testing.T) { function TestMergeCellsParser (line 220) | func TestMergeCellsParser(t *testing.T) { FILE: numfmt.go type languageInfo (line 27) | type languageInfo struct type numberFormat (line 36) | type numberFormat struct method prepareNumberic (line 5251) | func (nf *numberFormat) prepareNumberic(value string) { method getNumberPartLen (line 5288) | func (nf *numberFormat) getNumberPartLen() (int, int) { method getNumberFmtConf (line 5312) | func (nf *numberFormat) getNumberFmtConf() { method printNumberLiteral (line 5376) | func (nf *numberFormat) printNumberLiteral(text string) string { method fractionHandler (line 5440) | func (nf *numberFormat) fractionHandler(frac float64, token nfp.Token,... method printSwitchArgument (line 5474) | func (nf *numberFormat) printSwitchArgument(text string) string { method printBigNumber (line 5486) | func (nf *numberFormat) printBigNumber(decimal float64, fracLen int) s... method numberHandler (line 5516) | func (nf *numberFormat) numberHandler() string { method dateTimeHandler (line 5558) | func (nf *numberFormat) dateTimeHandler() string { method alignmentHandler (line 5599) | func (nf *numberFormat) alignmentHandler(result string) string { method positiveHandler (line 5615) | func (nf *numberFormat) positiveHandler() string { method currencyLanguageHandler (line 5655) | func (nf *numberFormat) currencyLanguageHandler(token nfp.Token) (bool... method localAmPm (line 5689) | func (nf *numberFormat) localAmPm(ap string) string { method localMonthsName (line 7443) | func (nf *numberFormat) localMonthsName(abbr int) string { method dateAmPmHandler (line 7458) | func (nf *numberFormat) dateAmPmHandler(i int, token nfp.Token) { method dateTimesHandler (line 7472) | func (nf *numberFormat) dateTimesHandler(i int, token nfp.Token) { method japaneseYearHandler (line 7527) | func (nf *numberFormat) japaneseYearHandler(token nfp.Token, langInfo ... method republicOfChinaYearHandler (line 7565) | func (nf *numberFormat) republicOfChinaYearHandler(token nfp.Token, la... method yearsHandler (line 7601) | func (nf *numberFormat) yearsHandler(token nfp.Token) { method daysHandler (line 7636) | func (nf *numberFormat) daysHandler(token nfp.Token) { method hoursHandler (line 7681) | func (nf *numberFormat) hoursHandler(i int, token nfp.Token) { method minutesHandler (line 7715) | func (nf *numberFormat) minutesHandler(token nfp.Token) { method secondsHandler (line 7730) | func (nf *numberFormat) secondsHandler(token nfp.Token) { method elapsedDateTimesHandler (line 7743) | func (nf *numberFormat) elapsedDateTimesHandler(token nfp.Token) { method hoursNext (line 7759) | func (nf *numberFormat) hoursNext(i int) int { method apNext (line 7773) | func (nf *numberFormat) apNext(i int) ([]string, bool) { method isMonthToken (line 7791) | func (nf *numberFormat) isMonthToken(i int) bool { method negativeHandler (line 7815) | func (nf *numberFormat) negativeHandler() (result string) { method textHandler (line 7828) | func (nf *numberFormat) textHandler() (result string) { method getValueSectionType (line 7842) | func (nf *numberFormat) getValueSectionType(value string) (float64, st... type CultureName (line 53) | type CultureName constant CultureNameUnknown (line 58) | CultureNameUnknown CultureName = iota constant CultureNameEnUS (line 59) | CultureNameEnUS constant CultureNameJaJP (line 60) | CultureNameJaJP constant CultureNameKoKR (line 61) | CultureNameKoKR constant CultureNameZhCN (line 62) | CultureNameZhCN constant CultureNameZhTW (line 63) | CultureNameZhTW function getSupportedLanguageInfo (line 5057) | func getSupportedLanguageInfo(lang string) (languageInfo, bool) { method applyBuiltInNumFmt (line 5080) | func (f *File) applyBuiltInNumFmt(c *xlsxC, fmtCode string, numFmtID int... method langNumFmtFuncEnUS (line 5094) | func (f *File) langNumFmtFuncEnUS(numFmtID int) string { method langNumFmtFuncJaJP (line 5113) | func (f *File) langNumFmtFuncJaJP(numFmtID int) string { method langNumFmtFuncKoKR (line 5125) | func (f *File) langNumFmtFuncKoKR(numFmtID int) string { method langNumFmtFuncZhCN (line 5137) | func (f *File) langNumFmtFuncZhCN(numFmtID int) string { method langNumFmtFuncZhTW (line 5149) | func (f *File) langNumFmtFuncZhTW(numFmtID int) string { method checkDateTimePattern (line 5160) | func (f *File) checkDateTimePattern() error { function extractNumFmtDecimal (line 5176) | func extractNumFmtDecimal(tokens []nfp.Token) (int, bool, bool) { method extractNumFmtDecimal (line 5196) | func (f *File) extractNumFmtDecimal(fmtCode string) int { method getBuiltInNumFmtCode (line 5237) | func (f *File) getBuiltInNumFmtCode(numFmtID int) (string, bool) { function format (line 5263) | func format(value, numFmt string, date1904 bool, cellType CellType, opts... function handleDigitsLiteral (line 5355) | func handleDigitsLiteral(text string, tokenValueLen, intPartLen, hashZer... function printCommaSep (line 5454) | func printCommaSep(text string) string { function localMonthsNameAfrikaans (line 5697) | func localMonthsNameAfrikaans(t time.Time, abbr int) string { function localMonthsNameAlbanian (line 5708) | func localMonthsNameAlbanian(t time.Time, abbr int) string { function localMonthsNameAlsatian (line 5719) | func localMonthsNameAlsatian(t time.Time, abbr int) string { function localMonthsNameAlsatianFrance (line 5730) | func localMonthsNameAlsatianFrance(t time.Time, abbr int) string { function localMonthsNameAmharic (line 5741) | func localMonthsNameAmharic(t time.Time, abbr int) string { function localMonthsNameArabic (line 5752) | func localMonthsNameArabic(t time.Time, abbr int) string { function localMonthsNameArabicIraq (line 5760) | func localMonthsNameArabicIraq(t time.Time, abbr int) string { function localMonthsNameArmenian (line 5768) | func localMonthsNameArmenian(t time.Time, abbr int) string { function localMonthsNameAssamese (line 5779) | func localMonthsNameAssamese(t time.Time, abbr int) string { function localMonthsNameAzerbaijaniCyrillic (line 5790) | func localMonthsNameAzerbaijaniCyrillic(t time.Time, abbr int) string { function localMonthsNameAzerbaijani (line 5801) | func localMonthsNameAzerbaijani(t time.Time, abbr int) string { function localMonthsNameAustria (line 5812) | func localMonthsNameAustria(t time.Time, abbr int) string { function localMonthsNameBangla (line 5823) | func localMonthsNameBangla(t time.Time, abbr int) string { function localMonthsNameBashkir (line 5831) | func localMonthsNameBashkir(t time.Time, abbr int) string { function localMonthsNameBasque (line 5842) | func localMonthsNameBasque(t time.Time, abbr int) string { function localMonthsNameBelarusian (line 5853) | func localMonthsNameBelarusian(t time.Time, abbr int) string { function localMonthsNameBosnianCyrillic (line 5864) | func localMonthsNameBosnianCyrillic(t time.Time, abbr int) string { function localMonthsNameBosnian (line 5875) | func localMonthsNameBosnian(t time.Time, abbr int) string { function localMonthsNameBreton (line 5886) | func localMonthsNameBreton(t time.Time, abbr int) string { function localMonthsNameBulgarian (line 5897) | func localMonthsNameBulgarian(t time.Time, abbr int) string { function localMonthsNameBurmese (line 5908) | func localMonthsNameBurmese(t time.Time, abbr int) string { function localMonthsNameCaribbean (line 5919) | func localMonthsNameCaribbean(t time.Time, abbr int) string { function localMonthsNameCentralKurdish (line 5930) | func localMonthsNameCentralKurdish(t time.Time, abbr int) string { function localMonthsNameCherokee (line 5938) | func localMonthsNameCherokee(t time.Time, abbr int) string { function localMonthsNameChinese1 (line 5949) | func localMonthsNameChinese1(t time.Time, abbr int) string { function localMonthsNameChinese2 (line 5960) | func localMonthsNameChinese2(t time.Time, abbr int) string { function localMonthsNameChinese3 (line 5968) | func localMonthsNameChinese3(t time.Time, abbr int) string { function localMonthsNameCorsican (line 5976) | func localMonthsNameCorsican(t time.Time, abbr int) string { function localMonthsNameCroatian (line 5987) | func localMonthsNameCroatian(t time.Time, abbr int) string { function localMonthsNameCroatianLatin (line 5998) | func localMonthsNameCroatianLatin(t time.Time, abbr int) string { function localMonthsNameCzech (line 6012) | func localMonthsNameCzech(t time.Time, abbr int) string { function localMonthsNameDanish (line 6023) | func localMonthsNameDanish(t time.Time, abbr int) string { function localMonthsNameDari (line 6034) | func localMonthsNameDari(t time.Time, abbr int) string { function localMonthsNameDariAfghanistan (line 6046) | func localMonthsNameDariAfghanistan(t time.Time, abbr int) string { function localMonthsNameDivehi (line 6057) | func localMonthsNameDivehi(t time.Time, abbr int) string { function localMonthsNameDutch (line 6065) | func localMonthsNameDutch(t time.Time, abbr int) string { function localMonthsNameDzongkha (line 6076) | func localMonthsNameDzongkha(t time.Time, abbr int) string { function localMonthsNameEnglish (line 6087) | func localMonthsNameEnglish(t time.Time, abbr int) string { function localMonthsNameEstonian (line 6098) | func localMonthsNameEstonian(t time.Time, abbr int) string { function localMonthsNameFaroese (line 6109) | func localMonthsNameFaroese(t time.Time, abbr int) string { function localMonthsNameFilipino (line 6120) | func localMonthsNameFilipino(t time.Time, abbr int) string { function localMonthsNameFinnish (line 6131) | func localMonthsNameFinnish(t time.Time, abbr int) string { function localMonthsNameFrench (line 6142) | func localMonthsNameFrench(t time.Time, abbr int) string { function localMonthsNameFrisian (line 6157) | func localMonthsNameFrisian(t time.Time, abbr int) string { function localMonthsNameFulah (line 6168) | func localMonthsNameFulah(t time.Time, abbr int) string { function localMonthsNameGalician (line 6179) | func localMonthsNameGalician(t time.Time, abbr int) string { function localMonthsNameGeorgian (line 6190) | func localMonthsNameGeorgian(t time.Time, abbr int) string { function localMonthsNameGerman (line 6201) | func localMonthsNameGerman(t time.Time, abbr int) string { function localMonthsNameGreek (line 6212) | func localMonthsNameGreek(t time.Time, abbr int) string { function localMonthsNameGreenlandic (line 6223) | func localMonthsNameGreenlandic(t time.Time, abbr int) string { function localMonthsNameGuarani (line 6234) | func localMonthsNameGuarani(t time.Time, abbr int) string { function localMonthsNameGujarati (line 6245) | func localMonthsNameGujarati(t time.Time, abbr int) string { function localMonthsNameHausa (line 6256) | func localMonthsNameHausa(t time.Time, abbr int) string { function localMonthsNameHawaiian (line 6267) | func localMonthsNameHawaiian(t time.Time, abbr int) string { function localMonthsNameHebrew (line 6278) | func localMonthsNameHebrew(t time.Time, abbr int) string { function localMonthsNameHindi (line 6289) | func localMonthsNameHindi(t time.Time, abbr int) string { function localMonthsNameHungarian (line 6297) | func localMonthsNameHungarian(t time.Time, abbr int) string { function localMonthsNameIcelandic (line 6308) | func localMonthsNameIcelandic(t time.Time, abbr int) string { function localMonthsNameIgbo (line 6319) | func localMonthsNameIgbo(t time.Time, abbr int) string { function localMonthsNameIndonesian (line 6330) | func localMonthsNameIndonesian(t time.Time, abbr int) string { function localMonthsNameInuktitut (line 6341) | func localMonthsNameInuktitut(t time.Time, abbr int) string { function localMonthsNameIrish (line 6352) | func localMonthsNameIrish(t time.Time, abbr int) string { function localMonthsNameItalian (line 6363) | func localMonthsNameItalian(t time.Time, abbr int) string { function localMonthsNameKannada (line 6374) | func localMonthsNameKannada(t time.Time, abbr int) string { function localMonthsNameKashmiri (line 6385) | func localMonthsNameKashmiri(t time.Time, abbr int) string { function localMonthsNameKazakh (line 6393) | func localMonthsNameKazakh(t time.Time, abbr int) string { function localMonthsNameKhmer (line 6404) | func localMonthsNameKhmer(t time.Time, abbr int) string { function localMonthsNameKiche (line 6415) | func localMonthsNameKiche(t time.Time, abbr int) string { function localMonthsNameKinyarwanda (line 6426) | func localMonthsNameKinyarwanda(t time.Time, abbr int) string { function localMonthsNameKiswahili (line 6437) | func localMonthsNameKiswahili(t time.Time, abbr int) string { function localMonthsNameKonkani (line 6448) | func localMonthsNameKonkani(t time.Time, abbr int) string { function localMonthsNameKorean (line 6459) | func localMonthsNameKorean(t time.Time, abbr int) string { function localMonthsNameKyrgyz (line 6467) | func localMonthsNameKyrgyz(t time.Time, abbr int) string { function localMonthsNameLao (line 6478) | func localMonthsNameLao(t time.Time, abbr int) string { function localMonthsNameLatin (line 6489) | func localMonthsNameLatin(t time.Time, abbr int) string { function localMonthsNameLatvian (line 6500) | func localMonthsNameLatvian(t time.Time, abbr int) string { function localMonthsNameLithuanian (line 6511) | func localMonthsNameLithuanian(t time.Time, abbr int) string { function localMonthsNameLowerSorbian (line 6522) | func localMonthsNameLowerSorbian(t time.Time, abbr int) string { function localMonthsNameLuxembourgish (line 6533) | func localMonthsNameLuxembourgish(t time.Time, abbr int) string { function localMonthsNameMacedonian (line 6544) | func localMonthsNameMacedonian(t time.Time, abbr int) string { function localMonthsNameMalay (line 6555) | func localMonthsNameMalay(t time.Time, abbr int) string { function localMonthsNameMalayalam (line 6566) | func localMonthsNameMalayalam(t time.Time, abbr int) string { function localMonthsNameMaltese (line 6577) | func localMonthsNameMaltese(t time.Time, abbr int) string { function localMonthsNameMaori (line 6588) | func localMonthsNameMaori(t time.Time, abbr int) string { function localMonthsNameMapudungun (line 6599) | func localMonthsNameMapudungun(t time.Time, abbr int) string { function localMonthsNameMarathi (line 6607) | func localMonthsNameMarathi(t time.Time, abbr int) string { function localMonthsNameMohawk (line 6618) | func localMonthsNameMohawk(t time.Time, abbr int) string { function localMonthsNameMongolian (line 6629) | func localMonthsNameMongolian(t time.Time, abbr int) string { function localMonthsNameMorocco (line 6640) | func localMonthsNameMorocco(t time.Time, abbr int) string { function localMonthsNameNepali (line 6651) | func localMonthsNameNepali(t time.Time, abbr int) string { function localMonthsNameNepaliIN (line 6662) | func localMonthsNameNepaliIN(t time.Time, abbr int) string { function localMonthsNameNigeria (line 6673) | func localMonthsNameNigeria(t time.Time, abbr int) string { function localMonthsNameNorwegian (line 6684) | func localMonthsNameNorwegian(t time.Time, abbr int) string { function localMonthsNameOccitan (line 6695) | func localMonthsNameOccitan(t time.Time, abbr int) string { function localMonthsNameOdia (line 6706) | func localMonthsNameOdia(t time.Time, abbr int) string { function localMonthsNameOromo (line 6714) | func localMonthsNameOromo(t time.Time, abbr int) string { function localMonthsNamePashto (line 6725) | func localMonthsNamePashto(t time.Time, abbr int) string { function localMonthsNamePersian (line 6738) | func localMonthsNamePersian(t time.Time, abbr int) string { function localMonthsNamePolish (line 6746) | func localMonthsNamePolish(t time.Time, abbr int) string { function localMonthsNamePortuguese (line 6757) | func localMonthsNamePortuguese(t time.Time, abbr int) string { function localMonthsNamePunjabi (line 6768) | func localMonthsNamePunjabi(t time.Time, abbr int) string { function localMonthsNamePunjabiArab (line 6776) | func localMonthsNamePunjabiArab(t time.Time, abbr int) string { function localMonthsNameQuechua (line 6784) | func localMonthsNameQuechua(t time.Time, abbr int) string { function localMonthsNameQuechuaEcuador (line 6795) | func localMonthsNameQuechuaEcuador(t time.Time, abbr int) string { function localMonthsNameRomanian (line 6809) | func localMonthsNameRomanian(t time.Time, abbr int) string { function localMonthsNameRomansh (line 6820) | func localMonthsNameRomansh(t time.Time, abbr int) string { function localMonthsNameRussian (line 6831) | func localMonthsNameRussian(t time.Time, abbr int) string { function localMonthsNameSakha (line 6846) | func localMonthsNameSakha(t time.Time, abbr int) string { function localMonthsNameSami (line 6857) | func localMonthsNameSami(t time.Time, abbr int) string { function localMonthsNameSamiLule (line 6868) | func localMonthsNameSamiLule(t time.Time, abbr int) string { function localMonthsNameSamiNorthern (line 6879) | func localMonthsNameSamiNorthern(t time.Time, abbr int) string { function localMonthsNameSamiNorthernFI (line 6891) | func localMonthsNameSamiNorthernFI(t time.Time, abbr int) string { function localMonthsNameSamiSkolt (line 6905) | func localMonthsNameSamiSkolt(t time.Time, abbr int) string { function localMonthsNameSamiSouthern (line 6913) | func localMonthsNameSamiSouthern(t time.Time, abbr int) string { function localMonthsNameSanskrit (line 6924) | func localMonthsNameSanskrit(t time.Time, abbr int) string { function localMonthsNameScottishGaelic (line 6932) | func localMonthsNameScottishGaelic(t time.Time, abbr int) string { function localMonthsNameSerbian (line 6943) | func localMonthsNameSerbian(t time.Time, abbr int) string { function localMonthsNameSerbianBA (line 6955) | func localMonthsNameSerbianBA(t time.Time, abbr int) string { function localMonthsNameSerbianLatin (line 6966) | func localMonthsNameSerbianLatin(t time.Time, abbr int) string { function localMonthsNameSerbianLatinCS (line 6977) | func localMonthsNameSerbianLatinCS(t time.Time, abbr int) string { function localMonthsNameSesothoSaLeboa (line 6988) | func localMonthsNameSesothoSaLeboa(t time.Time, abbr int) string { function localMonthsNameSetswana (line 6999) | func localMonthsNameSetswana(t time.Time, abbr int) string { function localMonthsNameSindhi (line 7010) | func localMonthsNameSindhi(t time.Time, abbr int) string { function localMonthsNameSinhala (line 7018) | func localMonthsNameSinhala(t time.Time, abbr int) string { function localMonthsNameSlovak (line 7029) | func localMonthsNameSlovak(t time.Time, abbr int) string { function localMonthsNameSlovenian (line 7040) | func localMonthsNameSlovenian(t time.Time, abbr int) string { function localMonthsNameSomali (line 7051) | func localMonthsNameSomali(t time.Time, abbr int) string { function localMonthsNameSotho (line 7062) | func localMonthsNameSotho(t time.Time, abbr int) string { function localMonthsNameSpanish (line 7073) | func localMonthsNameSpanish(t time.Time, abbr int) string { function localMonthsNameSpanishPE (line 7084) | func localMonthsNameSpanishPE(t time.Time, abbr int) string { function localMonthsNameSwedish (line 7095) | func localMonthsNameSwedish(t time.Time, abbr int) string { function localMonthsNameSwedishFI (line 7106) | func localMonthsNameSwedishFI(t time.Time, abbr int) string { function localMonthsNameSyriac (line 7117) | func localMonthsNameSyriac(t time.Time, abbr int) string { function localMonthsNameTajik (line 7128) | func localMonthsNameTajik(t time.Time, abbr int) string { function localMonthsNameTamazight (line 7139) | func localMonthsNameTamazight(t time.Time, abbr int) string { function localMonthsNameTamil (line 7150) | func localMonthsNameTamil(t time.Time, abbr int) string { function localMonthsNameTamilLK (line 7158) | func localMonthsNameTamilLK(t time.Time, abbr int) string { function localMonthsNameTatar (line 7169) | func localMonthsNameTatar(t time.Time, abbr int) string { function localMonthsNameTelugu (line 7180) | func localMonthsNameTelugu(t time.Time, abbr int) string { function localMonthsNameSyllabics (line 7191) | func localMonthsNameSyllabics(t time.Time, abbr int) string { function localMonthsNameThai (line 7202) | func localMonthsNameThai(t time.Time, abbr int) string { function localMonthsNameTibetan (line 7214) | func localMonthsNameTibetan(t time.Time, abbr int) string { function localMonthsNameTigrinya (line 7228) | func localMonthsNameTigrinya(t time.Time, abbr int) string { function localMonthsNameTsonga (line 7239) | func localMonthsNameTsonga(t time.Time, abbr int) string { function localMonthsNameTraditionalMongolian (line 7251) | func localMonthsNameTraditionalMongolian(t time.Time, abbr int) string { function localMonthsNameTurkish (line 7259) | func localMonthsNameTurkish(t time.Time, abbr int) string { function localMonthsNameTurkmen (line 7270) | func localMonthsNameTurkmen(t time.Time, abbr int) string { function localMonthsNameUkrainian (line 7281) | func localMonthsNameUkrainian(t time.Time, abbr int) string { function localMonthsNameUpperSorbian (line 7292) | func localMonthsNameUpperSorbian(t time.Time, abbr int) string { function localMonthsNameUyghur (line 7303) | func localMonthsNameUyghur(t time.Time, abbr int) string { function localMonthsNameUzbek (line 7314) | func localMonthsNameUzbek(t time.Time, abbr int) string { function localMonthsNameUzbekCyrillic (line 7325) | func localMonthsNameUzbekCyrillic(t time.Time, abbr int) string { function localMonthsNameValencian (line 7336) | func localMonthsNameValencian(t time.Time, abbr int) string { function localMonthsNameVenda (line 7347) | func localMonthsNameVenda(t time.Time, abbr int) string { function localMonthsNameVietnamese (line 7358) | func localMonthsNameVietnamese(t time.Time, abbr int) string { function localMonthsNameWelsh (line 7369) | func localMonthsNameWelsh(t time.Time, abbr int) string { function localMonthsNameWolof (line 7380) | func localMonthsNameWolof(t time.Time, abbr int) string { function localMonthsNameXhosa (line 7391) | func localMonthsNameXhosa(t time.Time, abbr int) string { function localMonthsNameYi (line 7402) | func localMonthsNameYi(t time.Time, abbr int) string { function localMonthsNameYiddish (line 7410) | func localMonthsNameYiddish(t time.Time, abbr int) string { function localMonthsNameYoruba (line 7421) | func localMonthsNameYoruba(t time.Time, abbr int) string { function localMonthsNameZulu (line 7432) | func localMonthsNameZulu(t time.Time, abbr int) string { function eraYear (line 7515) | func eraYear(t time.Time) (int, int) { FILE: numfmt_test.go function TestNumFmt (line 10) | func TestNumFmt(t *testing.T) { function BenchmarkNumFmtPlaceHolder (line 4336) | func BenchmarkNumFmtPlaceHolder(b *testing.B) { FILE: picture.go type PictureInsertType (line 29) | type PictureInsertType constant PictureInsertTypePlaceOverCells (line 33) | PictureInsertTypePlaceOverCells PictureInsertType = iota constant PictureInsertTypePlaceInCell (line 34) | PictureInsertTypePlaceInCell constant PictureInsertTypeIMAGE (line 35) | PictureInsertTypeIMAGE constant PictureInsertTypeDISPIMG (line 36) | PictureInsertTypeDISPIMG method parseGraphicOptions (line 41) | func (opts *GraphicOptions) parseGraphicOptions(defaults *GraphicOptions... function parsePictureOptions (line 71) | func parsePictureOptions(pic *Picture) (*GraphicOptions, error) { method AddPicture (line 195) | func (f *File) AddPicture(sheet, cell, name string, opts *GraphicOptions... method AddPictureFromBytes (line 251) | func (f *File) AddPictureFromBytes(sheet, cell string, pic *Picture) err... method addSheetLegacyDrawing (line 314) | func (f *File) addSheetLegacyDrawing(sheet string, rID int) { method addSheetLegacyDrawingHF (line 324) | func (f *File) addSheetLegacyDrawingHF(sheet string, rID int) { method addSheetDrawing (line 333) | func (f *File) addSheetDrawing(sheet string, rID int) { method addSheetPicture (line 342) | func (f *File) addSheetPicture(sheet string, rID int) error { method countDrawings (line 355) | func (f *File) countDrawings() int { method addDrawingPicture (line 375) | func (f *File) addDrawingPicture(sheet, drawingXML, cell, ext string, rI... method countMedia (line 477) | func (f *File) countMedia() int { method addMedia (line 491) | func (f *File) addMedia(file []byte, ext string) string { method GetPictures (line 540) | func (f *File) GetPictures(sheet, cell string) ([]Picture, error) { method GetPictureCells (line 574) | func (f *File) GetPictureCells(sheet string) ([]string, error) { method DeletePicture (line 603) | func (f *File) DeletePicture(sheet, cell string) error { method getPicture (line 659) | func (f *File) getPicture(row, col int, drawingXML, drawingRelationships... method extractPictureFromAnchor (line 689) | func (f *File) extractPictureFromAnchor(drawingRelationships string, a *... method calculatePictureScale (line 732) | func (f *File) calculatePictureScale(pic *Picture, cx, cy int) { method extractPictureFromDecodeAnchor (line 743) | func (f *File) extractPictureFromDecodeAnchor(drawingRelationships strin... method extractCellAnchor (line 794) | func (f *File) extractCellAnchor(anchor *xdrCellAnchor, drawingRelations... method extractDecodeCellAnchor (line 820) | func (f *File) extractDecodeCellAnchor(anchor *xdrCellAnchor, drawingRel... method getDrawingRelationships (line 842) | func (f *File) getDrawingRelationships(rels, rID string) *xlsxRelationsh... method drawingsWriter (line 857) | func (f *File) drawingsWriter() { method drawingResize (line 868) | func (f *File) drawingResize(sheet, cell string, width, height float64, ... method getPictureCells (line 914) | func (f *File) getPictureCells(drawingXML, drawingRelationships string) ... method cellImagesReader (line 959) | func (f *File) cellImagesReader() (*decodeCellImages, error) { method getImageCells (line 972) | func (f *File) getImageCells(sheet string) ([]string, error) { method getRichDataRichValueRel (line 1005) | func (f *File) getRichDataRichValueRel(val string) (*xlsxRelationship, e... method getRichDataWebImagesRel (line 1027) | func (f *File) getRichDataWebImagesRel(val string) (*xlsxRelationship, e... method getImageCellRel (line 1048) | func (f *File) getImageCellRel(c *xlsxC, pic *Picture) (*xlsxRelationshi... method getRichDataValueIdx (line 1098) | func (s *xlsxRichValueStructure) getRichDataValueIdx(n string) int { method getCellImages (line 1110) | func (f *File) getCellImages(sheet, cell string) ([]Picture, error) { method getDispImages (line 1133) | func (f *File) getDispImages(sheet, cell string) ([]Picture, error) { FILE: picture_test.go function BenchmarkAddPictureFromBytes (line 20) | func BenchmarkAddPictureFromBytes(b *testing.B) { function TestAddPicture (line 34) | func TestAddPicture(t *testing.T) { function TestAddPictureErrors (line 187) | func TestAddPictureErrors(t *testing.T) { function TestGetPicture (line 220) | func TestGetPicture(t *testing.T) { function TestAddDrawingPicture (line 360) | func TestAddDrawingPicture(t *testing.T) { function TestAddPictureFromBytes (line 374) | func TestAddPictureFromBytes(t *testing.T) { function TestDeletePicture (line 396) | func TestDeletePicture(t *testing.T) { function TestDrawingResize (line 463) | func TestDrawingResize(t *testing.T) { function TestSetContentTypePartRelsExtensions (line 477) | func TestSetContentTypePartRelsExtensions(t *testing.T) { function TestSetContentTypePartImageExtensions (line 488) | func TestSetContentTypePartImageExtensions(t *testing.T) { function TestSetContentTypePartVMLExtensions (line 496) | func TestSetContentTypePartVMLExtensions(t *testing.T) { function TestAddContentTypePart (line 504) | func TestAddContentTypePart(t *testing.T) { function TestGetPictureCells (line 512) | func TestGetPictureCells(t *testing.T) { function TestExtractDecodeCellAnchor (line 538) | func TestExtractDecodeCellAnchor(t *testing.T) { function TestGetCellImages (line 545) | func TestGetCellImages(t *testing.T) { function TestGetImageCells (line 696) | func TestGetImageCells(t *testing.T) { FILE: pivotTable.go type PivotTableOptions (line 35) | type PivotTableOptions struct type PivotTableField (line 91) | type PivotTableField struct method AddPivotTable (line 160) | func (f *File) AddPivotTable(opts *PivotTableOptions) error { method parseFormatPivotTableSet (line 197) | func (f *File) parseFormatPivotTableSet(opts *PivotTableOptions) (*xlsxW... method adjustRange (line 246) | func (f *File) adjustRange(rangeStr string) (string, []int, error) { method getTableFieldsOrder (line 277) | func (f *File) getTableFieldsOrder(opts *PivotTableOptions) ([]string, e... method addPivotCache (line 301) | func (f *File) addPivotCache(opts *PivotTableOptions) error { method addPivotTable (line 345) | func (f *File) addPivotTable(cacheID, pivotTableID int, opts *PivotTable... method addPivotRowFields (line 435) | func (f *File) addPivotRowFields(pt *xlsxPivotTableDefinition, opts *Piv... method addPivotPageFields (line 459) | func (f *File) addPivotPageFields(pt *xlsxPivotTableDefinition, opts *Pi... method addPivotDataFields (line 485) | func (f *File) addPivotDataFields(pt *xlsxPivotTableDefinition, opts *Pi... function inPivotTableField (line 516) | func inPivotTableField(a []PivotTableField, x string) int { method addPivotColFields (line 527) | func (f *File) addPivotColFields(pt *xlsxPivotTableDefinition, opts *Piv... method setClassicLayout (line 568) | func (fld *xlsxPivotField) setClassicLayout(classicLayout bool) { method addPivotFields (line 576) | func (f *File) addPivotFields(pt *xlsxPivotTableDefinition, opts *PivotT... method countPivotTables (line 668) | func (f *File) countPivotTables() int { method countPivotCache (line 681) | func (f *File) countPivotCache() int { method getPivotFieldsIndex (line 694) | func (f *File) getPivotFieldsIndex(fields []PivotTableField, opts *Pivot... method getPivotTableFieldsSubtotal (line 709) | func (f *File) getPivotTableFieldsSubtotal(fields []PivotTableField) []s... method getPivotTableFieldsName (line 728) | func (f *File) getPivotTableFieldsName(fields []PivotTableField) []string { method getPivotTableFieldName (line 741) | func (f *File) getPivotTableFieldName(name string, fields []PivotTableFi... method getPivotTableFieldsNumFmtID (line 753) | func (f *File) getPivotTableFieldsNumFmtID(fields []PivotTableField) []i... method getPivotTableFieldOptions (line 768) | func (f *File) getPivotTableFieldOptions(name string, fields []PivotTabl... method addWorkbookPivotCache (line 779) | func (f *File) addWorkbookPivotCache(RID int) int { method GetPivotTables (line 802) | func (f *File) GetPivotTables(sheet string) ([]PivotTableOptions, error) { method getPivotTableDataRange (line 832) | func (f *File) getPivotTableDataRange(opts *PivotTableOptions) error { method getPivotTable (line 867) | func (f *File) getPivotTable(sheet, pivotTableXML, pivotCacheRels string... method getPivotCacheFieldsName (line 927) | func (pc *xlsxPivotCacheDefinition) getPivotCacheFieldsName() []string { method pivotTableReader (line 941) | func (f *File) pivotTableReader(path string) (*xlsxPivotTableDefinition,... method pivotCacheReader (line 955) | func (f *File) pivotCacheReader(path string) (*xlsxPivotCacheDefinition,... method extractPivotTableFields (line 969) | func (f *File) extractPivotTableFields(order []string, pt *xlsxPivotTabl... function extractPivotTableField (line 995) | func extractPivotTableField(data string, fld *xlsxPivotField) PivotTable... method genPivotCacheDefinitionID (line 1007) | func (f *File) genPivotCacheDefinitionID() int { method deleteWorkbookPivotCache (line 1038) | func (f *File) deleteWorkbookPivotCache(opt PivotTableOptions) error { method DeletePivotTable (line 1063) | func (f *File) DeletePivotTable(sheet, name string) error { method getPivotTables (line 1106) | func (f *File) getPivotTables() (map[string][]PivotTableOptions, error) { FILE: pivotTable_test.go function TestPivotTable (line 13) | func TestPivotTable(t *testing.T) { function TestPivotTableDataRange (line 386) | func TestPivotTableDataRange(t *testing.T) { function TestParseFormatPivotTableSet (line 455) | func TestParseFormatPivotTableSet(t *testing.T) { function TestAddPivotRowFields (line 472) | func TestAddPivotRowFields(t *testing.T) { function TestAddPivotPageFields (line 480) | func TestAddPivotPageFields(t *testing.T) { function TestAddPivotDataFields (line 488) | func TestAddPivotDataFields(t *testing.T) { function TestAddPivotColFields (line 496) | func TestAddPivotColFields(t *testing.T) { function TestGetPivotFieldsOrder (line 505) | func TestGetPivotFieldsOrder(t *testing.T) { function TestGetPivotTableFieldName (line 521) | func TestGetPivotTableFieldName(t *testing.T) { function TestGetPivotTableFieldOptions (line 526) | func TestGetPivotTableFieldOptions(t *testing.T) { function TestGenPivotCacheDefinitionID (line 532) | func TestGenPivotCacheDefinitionID(t *testing.T) { function TestDeleteWorkbookPivotCache (line 540) | func TestDeleteWorkbookPivotCache(t *testing.T) { FILE: rows.go method GetRows (line 61) | func (f *File) GetRows(sheet string, opts ...Options) ([][]string, error) { type Rows (line 85) | type Rows struct method Next (line 99) | func (rows *Rows) Next() bool { method GetRowOpts (line 130) | func (rows *Rows) GetRowOpts() RowOpts { method Error (line 135) | func (rows *Rows) Error() error { method Close (line 141) | func (rows *Rows) Close() error { method Columns (line 153) | func (rows *Rows) Columns(opts ...Options) ([]string, error) { method rowXMLHandler (line 232) | func (rows *Rows) rowXMLHandler(rowIterator *rowXMLIterator, xmlElemen... function extractRowOpts (line 201) | func extractRowOpts(attrs []xml.Attr) RowOpts { function appendSpace (line 216) | func appendSpace(l int, s []string) []string { type rowXMLIterator (line 224) | type rowXMLIterator struct method cellXMLAttrHandler (line 250) | func (cell *xlsxC) cellXMLAttrHandler(start *xml.StartElement) error { method cellXMLHandler (line 272) | func (cell *xlsxC) cellXMLHandler(decoder *xml.Decoder, start *xml.Start... method Rows (line 328) | func (f *File) Rows(sheet string) (*Rows, error) { method getFromStringItem (line 352) | func (f *File) getFromStringItem(index int) string { method xmlDecoder (line 405) | func (f *File) xmlDecoder(name string) (bool, *xml.Decoder, *os.File, er... method SetRowHeight (line 424) | func (f *File) SetRowHeight(sheet string, row int, height float64) error { method getRowHeight (line 454) | func (f *File) getRowHeight(sheet string, row int) int { method GetRowHeight (line 480) | func (f *File) GetRowHeight(sheet string, row int) (float64, error) { method sharedStringsReader (line 506) | func (f *File) sharedStringsReader() (*xlsxSST, error) { method SetRowVisible (line 553) | func (f *File) SetRowVisible(sheet string, row int, visible bool) error { method GetRowVisible (line 572) | func (f *File) GetRowVisible(sheet string, row int) (bool, error) { method SetRowOutlineLevel (line 592) | func (f *File) SetRowOutlineLevel(sheet string, row int, level uint8) er... method GetRowOutlineLevel (line 613) | func (f *File) GetRowOutlineLevel(sheet string, row int) (uint8, error) { method RemoveRow (line 636) | func (f *File) RemoveRow(sheet string, row int) error { method InsertRows (line 681) | func (f *File) InsertRows(sheet string, row, n int) error { method DuplicateRow (line 702) | func (f *File) DuplicateRow(sheet string, row int) error { method DuplicateRowTo (line 715) | func (f *File) DuplicateRowTo(sheet string, row, row2 int) error { function duplicateSQRefHelper (line 774) | func duplicateSQRefHelper(row, row2 int, ref string) (string, error) { method duplicateConditionalFormat (line 795) | func (f *File) duplicateConditionalFormat(ws *xlsxWorksheet, sheet strin... method duplicateDataValidations (line 823) | func (f *File) duplicateDataValidations(ws *xlsxWorksheet, sheet string,... method duplicateMergeCells (line 854) | func (f *File) duplicateMergeCells(ws *xlsxWorksheet, sheet string, row,... method checkRow (line 909) | func (ws *xlsxWorksheet) checkRow() error { method hasAttr (line 968) | func (r *xlsxRow) hasAttr() bool { method SetRowStyle (line 985) | func (f *File) SetRowStyle(sheet string, start, end, styleID int) error { function convertRowHeightToPixels (line 1024) | func convertRowHeightToPixels(height float64) float64 { FILE: rows_test.go function TestGetRows (line 15) | func TestGetRows(t *testing.T) { function TestRows (line 25) | func TestRows(t *testing.T) { function TestRowsIterator (line 85) | func TestRowsIterator(t *testing.T) { function TestRowsGetRowOpts (line 116) | func TestRowsGetRowOpts(t *testing.T) { function TestRowsError (line 142) | func TestRowsError(t *testing.T) { function TestRowHeight (line 152) | func TestRowHeight(t *testing.T) { function TestColumns (line 218) | func TestColumns(t *testing.T) { function TestSharedStringsReader (line 251) | func TestSharedStringsReader(t *testing.T) { function TestRowVisibility (line 271) | func TestRowVisibility(t *testing.T) { function TestRemoveRow (line 300) | func TestRemoveRow(t *testing.T) { function TestInsertRows (line 366) | func TestInsertRows(t *testing.T) { function TestInsertRowsInEmptyFile (line 403) | func TestInsertRowsInEmptyFile(t *testing.T) { function prepareTestBook2 (line 417) | func prepareTestBook2() (*File, error) { function TestDuplicateRowFromSingleRow (line 434) | func TestDuplicateRowFromSingleRow(t *testing.T) { function TestDuplicateRowUpdateDuplicatedRows (line 487) | func TestDuplicateRowUpdateDuplicatedRows(t *testing.T) { function TestDuplicateRowFirstOfMultipleRows (line 527) | func TestDuplicateRowFirstOfMultipleRows(t *testing.T) { function TestDuplicateRowZeroWithNoRows (line 562) | func TestDuplicateRowZeroWithNoRows(t *testing.T) { function TestDuplicateRowMiddleRowOfEmptyFile (line 604) | func TestDuplicateRowMiddleRowOfEmptyFile(t *testing.T) { function TestDuplicateRowWithLargeOffsetToMiddleOfData (line 631) | func TestDuplicateRowWithLargeOffsetToMiddleOfData(t *testing.T) { function TestDuplicateRowWithLargeOffsetToEmptyRows (line 667) | func TestDuplicateRowWithLargeOffsetToEmptyRows(t *testing.T) { function TestDuplicateRowInsertBefore (line 702) | func TestDuplicateRowInsertBefore(t *testing.T) { function TestDuplicateRowInsertBeforeWithLargeOffset (line 739) | func TestDuplicateRowInsertBeforeWithLargeOffset(t *testing.T) { function TestDuplicateRowInsertBeforeWithMergeCells (line 775) | func TestDuplicateRowInsertBeforeWithMergeCells(t *testing.T) { function TestDuplicateRowInvalidRowNum (line 807) | func TestDuplicateRowInvalidRowNum(t *testing.T) { function TestDuplicateRow (line 867) | func TestDuplicateRow(t *testing.T) { function TestDuplicateRowTo (line 927) | func TestDuplicateRowTo(t *testing.T) { function TestDuplicateMergeCells (line 946) | func TestDuplicateMergeCells(t *testing.T) { function TestGetValueFromInlineStr (line 956) | func TestGetValueFromInlineStr(t *testing.T) { function TestGetValueFromNumber (line 965) | func TestGetValueFromNumber(t *testing.T) { function TestErrSheetNotExistError (line 986) | func TestErrSheetNotExistError(t *testing.T) { function TestCheckRow (line 990) | func TestCheckRow(t *testing.T) { function TestSetRowStyle (line 1003) | func TestSetRowStyle(t *testing.T) { function TestSetRowHeight (line 1035) | func TestSetRowHeight(t *testing.T) { function TestNumberFormats (line 1051) | func TestNumberFormats(t *testing.T) { function TestCellXMLHandler (line 1149) | func TestCellXMLHandler(t *testing.T) { function BenchmarkRows (line 1209) | func BenchmarkRows(b *testing.B) { function trimSliceSpace (line 1231) | func trimSliceSpace(s []string) []string { FILE: shape.go function parseShapeOptions (line 21) | func parseShapeOptions(opts *Shape) (*Shape, error) { method AddShape (line 288) | func (f *File) AddShape(sheet string, opts *Shape) error { method cellAnchorShape (line 324) | func (f *File) cellAnchorShape(sheet, drawingXML, cell string, width, he... method addDrawingShape (line 363) | func (f *File) addDrawingShape(sheet, drawingXML, cell string, opts *Sha... function setShapeRef (line 509) | func setShapeRef(color string, i int) *aRef { FILE: shape_test.go function TestAddShape (line 10) | func TestAddShape(t *testing.T) { function TestAddDrawingShape (line 97) | func TestAddDrawingShape(t *testing.T) { FILE: sheet.go type IgnoredErrorsType (line 32) | type IgnoredErrorsType constant IgnoredErrorsEvalError (line 36) | IgnoredErrorsEvalError = iota constant IgnoredErrorsTwoDigitTextYear (line 37) | IgnoredErrorsTwoDigitTextYear constant IgnoredErrorsNumberStoredAsText (line 38) | IgnoredErrorsNumberStoredAsText constant IgnoredErrorsFormula (line 39) | IgnoredErrorsFormula constant IgnoredErrorsFormulaRange (line 40) | IgnoredErrorsFormulaRange constant IgnoredErrorsUnlockedFormula (line 41) | IgnoredErrorsUnlockedFormula constant IgnoredErrorsEmptyCellReference (line 42) | IgnoredErrorsEmptyCellReference constant IgnoredErrorsListDataValidation (line 43) | IgnoredErrorsListDataValidation constant IgnoredErrorsCalculatedColumn (line 44) | IgnoredErrorsCalculatedColumn method NewSheet (line 51) | func (f *File) NewSheet(sheet string) (int, error) { method contentTypesReader (line 84) | func (f *File) contentTypesReader() (*xlsxTypes, error) { method contentTypesWriter (line 99) | func (f *File) contentTypesWriter() { method getWorksheetPath (line 110) | func (f *File) getWorksheetPath(relTarget string) (path string) { method mergeExpandedCols (line 120) | func (f *File) mergeExpandedCols(ws *xlsxWorksheet) { method workSheetWriter (line 153) | func (f *File) workSheetWriter() { function trimRow (line 194) | func trimRow(sheetData *xlsxSheetData) []xlsxRow { function trimCell (line 214) | func trimCell(row xlsxRow) xlsxRow { method setContentTypes (line 236) | func (f *File) setContentTypes(partName, contentType string) error { method setSheet (line 251) | func (f *File) setSheet(index int, name string) { method relsWriter (line 266) | func (f *File) relsWriter() { function replaceRelationshipsBytes (line 282) | func replaceRelationshipsBytes(content []byte) []byte { method SetActiveSheet (line 292) | func (f *File) SetActiveSheet(index int) { method GetActiveSheetIndex (line 339) | func (f *File) GetActiveSheetIndex() (index int) { method getActiveSheetID (line 355) | func (f *File) getActiveSheetID() int { method SetSheetName (line 376) | func (f *File) SetSheetName(source, target string) error { method GetSheetName (line 408) | func (f *File) GetSheetName(index int) (name string) { method getSheetID (line 421) | func (f *File) getSheetID(sheet string) int { method GetSheetIndex (line 433) | func (f *File) GetSheetIndex(sheet string) (int, error) { method GetSheetMap (line 460) | func (f *File) GetSheetMap() map[int]string { method GetSheetList (line 473) | func (f *File) GetSheetList() (list []string) { method getSheetMap (line 485) | func (f *File) getSheetMap() (map[string]string, error) { method getSheetXMLPath (line 516) | func (f *File) getSheetXMLPath(sheet string) (string, bool) { method SetSheetBackground (line 533) | func (f *File) SetSheetBackground(sheet, picture string) error { method SetSheetBackgroundFromBytes (line 546) | func (f *File) SetSheetBackgroundFromBytes(sheet, extension string, pict... method setSheetBackground (line 555) | func (f *File) setSheetBackground(sheet, extension string, file []byte) ... method DeleteSheet (line 576) | func (f *File) DeleteSheet(sheet string) error { method MoveSheet (line 630) | func (f *File) MoveSheet(source, target string) error { function deleteAndAdjustDefinedNames (line 667) | func deleteAndAdjustDefinedNames(wb *xlsxWorkbook, deleteLocalSheetID in... method deleteSheetFromWorkbookRels (line 687) | func (f *File) deleteSheetFromWorkbookRels(rID string) string { method deleteSheetRelationships (line 703) | func (f *File) deleteSheetRelationships(sheet, rID string) { method getSheetRelationshipsTargetByID (line 726) | func (f *File) getSheetRelationshipsTargetByID(sheet, rID string) string { method CopySheet (line 757) | func (f *File) CopySheet(from, to int) error { method copySheet (line 766) | func (f *File) copySheet(from, to int) error { function getSheetState (line 796) | func getSheetState(visible bool, veryHidden []bool) string { method SetSheetVisible (line 812) | func (f *File) SetSheetVisible(sheet string, visible bool, veryHidden ..... method setPanes (line 856) | func (ws *xlsxWorksheet) setPanes(panes *Panes) error { method SetPanes (line 1007) | func (f *File) SetPanes(sheet string, panes *Panes) error { method getPanes (line 1016) | func (ws *xlsxWorksheet) getPanes() Panes { method GetPanes (line 1050) | func (f *File) GetPanes(sheet string) (Panes, error) { method GetSheetVisible (line 1063) | func (f *File) GetSheetVisible(sheet string) (bool, error) { method SearchSheet (line 1093) | func (f *File) SearchSheet(sheet, value string, reg ...bool) ([]string, ... method searchSheet (line 1118) | func (f *File) searchSheet(name, value string, regSearch bool) (result [... function attrValToInt (line 1179) | func attrValToInt(name string, attrs []xml.Attr) (val int, err error) { function attrValToFloat (line 1193) | func attrValToFloat(name string, attrs []xml.Attr) (val float64, err err... function attrValToBool (line 1207) | func attrValToBool(name string, attrs []xml.Attr) (val bool, err error) { method SetHeaderFooter (line 1334) | func (f *File) SetHeaderFooter(sheet string, opts *HeaderFooterOptions) ... method GetHeaderFooter (line 1369) | func (f *File) GetHeaderFooter(sheet string) (*HeaderFooterOptions, erro... method ProtectSheet (line 1407) | func (f *File) ProtectSheet(sheet string, opts *SheetProtectionOptions) ... method UnprotectSheet (line 1454) | func (f *File) UnprotectSheet(sheet string, password ...string) error { method GetSheetProtection (line 1485) | func (f *File) GetSheetProtection(sheet string) (SheetProtectionOptions,... function checkSheetName (line 1517) | func checkSheetName(name string) error { method SetPageLayout (line 1655) | func (f *File) SetPageLayout(sheet string, opts *PageLayoutOptions) error { method newPageSetUp (line 1668) | func (ws *xlsxWorksheet) newPageSetUp() { method setPageSetUp (line 1675) | func (ws *xlsxWorksheet) setPageSetUp(opts *PageLayoutOptions) error { method GetPageLayout (line 1722) | func (f *File) GetPageLayout(sheet string) (PageLayoutOptions, error) { method SetDefinedName (line 1795) | func (f *File) SetDefinedName(definedName *DefinedName) error { method DeleteDefinedName (line 1844) | func (f *File) DeleteDefinedName(definedName *DefinedName) error { method GetDefinedName (line 1871) | func (f *File) GetDefinedName() []DefinedName { method GroupSheets (line 1893) | func (f *File) GroupSheets(sheets []string) error { method UngroupSheets (line 1927) | func (f *File) UngroupSheets() error { method InsertPageBreak (line 1946) | func (f *File) InsertPageBreak(sheet, cell string) error { method insertPageBreak (line 1956) | func (ws *xlsxWorksheet) insertPageBreak(cell string) error { method RemovePageBreak (line 2011) | func (f *File) RemovePageBreak(sheet, cell string) error { method relsReader (line 2066) | func (f *File) relsReader(path string) (*xlsxRelationships, error) { method prepareSheetXML (line 2087) | func (ws *xlsxWorksheet) prepareSheetXML(col, row int) { function fillColumns (line 2110) | func fillColumns(rowData *xlsxRow, col, row int) { method makeContiguousColumns (line 2121) | func (ws *xlsxWorksheet) makeContiguousColumns(fromRow, toRow, colCount ... method SetSheetDimension (line 2133) | func (f *File) SetSheetDimension(sheet, rangeRef string) error { method GetSheetDimension (line 2165) | func (f *File) GetSheetDimension(sheet string) (string, error) { method AddIgnoredErrors (line 2210) | func (f *File) AddIgnoredErrors(sheet, rangeRef string, ignoredErrorsTyp... FILE: sheet_test.go function TestNewSheet (line 17) | func TestNewSheet(t *testing.T) { function TestPanes (line 41) | func TestPanes(t *testing.T) { function TestSearchSheet (line 142) | func TestSearchSheet(t *testing.T) { function TestSetPageLayout (line 199) | func TestSetPageLayout(t *testing.T) { function TestGetPageLayout (line 235) | func TestGetPageLayout(t *testing.T) { function TestHeaderFooter (line 245) | func TestHeaderFooter(t *testing.T) { function TestDefinedName (line 290) | func TestDefinedName(t *testing.T) { function TestGroupSheets (line 349) | func TestGroupSheets(t *testing.T) { function TestUngroupSheets (line 364) | func TestUngroupSheets(t *testing.T) { function TestInsertPageBreak (line 374) | func TestInsertPageBreak(t *testing.T) { function TestRemovePageBreak (line 387) | func TestRemovePageBreak(t *testing.T) { function TestGetSheetName (line 416) | func TestGetSheetName(t *testing.T) { function TestGetSheetMap (line 426) | func TestGetSheetMap(t *testing.T) { function TestSetActiveSheet (line 447) | func TestSetActiveSheet(t *testing.T) { function TestSetSheetName (line 474) | func TestSetSheetName(t *testing.T) { function TestWorksheetWriter (line 511) | func TestWorksheetWriter(t *testing.T) { function TestGetWorkbookPath (line 525) | func TestGetWorkbookPath(t *testing.T) { function TestGetWorkbookRelsPath (line 531) | func TestGetWorkbookRelsPath(t *testing.T) { function TestDeleteSheet (line 538) | func TestDeleteSheet(t *testing.T) { function TestMoveSheet (line 567) | func TestMoveSheet(t *testing.T) { function TestDeleteAndAdjustDefinedNames (line 606) | func TestDeleteAndAdjustDefinedNames(t *testing.T) { function TestGetSheetID (line 611) | func TestGetSheetID(t *testing.T) { function TestSetSheetVisible (line 619) | func TestSetSheetVisible(t *testing.T) { function TestGetSheetVisible (line 643) | func TestGetSheetVisible(t *testing.T) { function TestGetSheetIndex (line 651) | func TestGetSheetIndex(t *testing.T) { function TestSetContentTypes (line 659) | func TestSetContentTypes(t *testing.T) { function TestRemoveContentTypesPart (line 667) | func TestRemoveContentTypesPart(t *testing.T) { function BenchmarkNewSheet (line 675) | func BenchmarkNewSheet(b *testing.B) { function newSheetWithSet (line 683) | func newSheetWithSet() { function BenchmarkFile_SaveAs (line 691) | func BenchmarkFile_SaveAs(b *testing.B) { function newSheetWithSave (line 699) | func newSheetWithSave() { function TestAttrValToBool (line 707) | func TestAttrValToBool(t *testing.T) { function TestAttrValToFloat (line 720) | func TestAttrValToFloat(t *testing.T) { function TestSetSheetBackgroundFromBytes (line 733) | func TestSetSheetBackgroundFromBytes(t *testing.T) { function TestCheckSheetName (line 766) | func TestCheckSheetName(t *testing.T) { function TestSheetDimension (line 791) | func TestSheetDimension(t *testing.T) { function TestAddIgnoredErrors (line 869) | func TestAddIgnoredErrors(t *testing.T) { FILE: sheetpr.go method SetPageMargins (line 17) | func (f *File) SetPageMargins(sheet string, opts *PageLayoutMarginsOptio... method GetPageMargins (line 55) | func (f *File) GetPageMargins(sheet string) (PageLayoutMarginsOptions, e... method prepareSheetPr (line 84) | func (ws *xlsxWorksheet) prepareSheetPr() { method setSheetOutlineProps (line 91) | func (ws *xlsxWorksheet) setSheetOutlineProps(opts *SheetPropsOptions) { method setSheetProps (line 109) | func (ws *xlsxWorksheet) setSheetProps(opts *SheetPropsOptions) { method SetSheetProps (line 159) | func (f *File) SetSheetProps(sheet string, opts *SheetPropsOptions) error { method GetSheetProps (line 182) | func (f *File) GetSheetProps(sheet string) (SheetPropsOptions, error) { FILE: sheetpr_test.go function TestSetPageMargins (line 9) | func TestSetPageMargins(t *testing.T) { function TestGetPageMargins (line 36) | func TestGetPageMargins(t *testing.T) { function TestSetSheetProps (line 46) | func TestSetSheetProps(t *testing.T) { function TestGetSheetProps (line 101) | func TestGetSheetProps(t *testing.T) { FILE: sheetview.go method getSheetView (line 15) | func (f *File) getSheetView(sheet string, viewIndex int) (*xlsxSheetView... method setSheetView (line 38) | func (view *xlsxSheetView) setSheetView(opts *ViewOptions) { method SetSheetView (line 75) | func (f *File) SetSheetView(sheet string, viewIndex int, opts *ViewOptio... method GetSheetView (line 89) | func (f *File) GetSheetView(sheet string, viewIndex int) (ViewOptions, e... FILE: sheetview_test.go function TestSetView (line 9) | func TestSetView(t *testing.T) { function TestGetView (line 38) | func TestGetView(t *testing.T) { FILE: slicer.go type SlicerOptions (line 55) | type SlicerOptions struct method AddSlicer (line 90) | func (f *File) AddSlicer(sheet string, opts *SlicerOptions) error { function parseSlicerOptions (line 127) | func parseSlicerOptions(opts *SlicerOptions) (*SlicerOptions, error) { method countSlicers (line 151) | func (f *File) countSlicers() int { method countSlicerCache (line 164) | func (f *File) countSlicerCache() int { method getSlicerSource (line 178) | func (f *File) getSlicerSource(opts *SlicerOptions) (*Table, *PivotTable... method addSheetSlicer (line 222) | func (f *File) addSheetSlicer(sheet, extURI string) (int, error) { method addSheetTableSlicer (line 260) | func (f *File) addSheetTableSlicer(ws *xlsxWorksheet, rID int, extURI st... method addSlicer (line 294) | func (f *File) addSlicer(slicerID int, slicer xlsxSlicer) error { method genSlicerName (line 310) | func (f *File) genSlicerName(name string) string { method genSlicerCacheName (line 353) | func (f *File) genSlicerCacheName(name string) string { method setSlicerCache (line 393) | func (f *File) setSlicerCache(colIdx int, opts *SlicerOptions, table *Ta... method slicerReader (line 435) | func (f *File) slicerReader(slicerXML string) (*xlsxSlicers, error) { method slicerCacheReader (line 453) | func (f *File) slicerCacheReader(slicerCacheXML string) (*xlsxSlicerCach... method timelineReader (line 467) | func (f *File) timelineReader(timelineXML string) (*xlsxTimelines, error) { method addSlicerCache (line 485) | func (f *File) addSlicerCache(slicerCacheName string, colIdx int, opts *... method addPivotCacheSlicer (line 553) | func (f *File) addPivotCacheSlicer(opts *PivotTableOptions) (int, error) { method addDrawingSlicer (line 589) | func (f *File) addDrawingSlicer(sheet, slicerName string, ns xml.Attr, o... method addWorkbookSlicerCache (line 677) | func (f *File) addWorkbookSlicerCache(slicerCacheID int, URI string) err... method GetSlicers (line 753) | func (f *File) GetSlicers(sheet string) ([]SlicerOptions, error) { method getSlicerCache (line 791) | func (f *File) getSlicerCache(slicerCacheName string, opt *SlicerOptions... method getSlicers (line 814) | func (f *File) getSlicers(sheet, rID, drawingXML string) ([]SlicerOption... method extractTableSlicer (line 854) | func (f *File) extractTableSlicer(slicerCache *xlsxSlicerCacheDefinition... method extractPivotTableSlicer (line 880) | func (f *File) extractPivotTableSlicer(slicerCache *xlsxSlicerCacheDefin... method extractSlicerCellAnchor (line 905) | func (f *File) extractSlicerCellAnchor(drawingXML string, opt *SlicerOpt... method extractSlicerFromAnchor (line 936) | func (f *File) extractSlicerFromAnchor(anchor *xdrCellAnchor, opt *Slice... method extractSlicerFromDecodeAnchor (line 962) | func (f *File) extractSlicerFromDecodeAnchor(anchor *xdrCellAnchor, opt ... method getAllSlicers (line 989) | func (f *File) getAllSlicers() (map[string][]SlicerOptions, error) { method DeleteSlicer (line 1003) | func (f *File) DeleteSlicer(name string) error { method deleteSlicer (line 1021) | func (f *File) deleteSlicer(opts SlicerOptions) error { method deleteSlicerCache (line 1070) | func (f *File) deleteSlicerCache(sles map[string][]SlicerOptions, opts S... FILE: slicer_test.go function TestSlicer (line 14) | func TestSlicer(t *testing.T) { function TestAddSheetSlicer (line 505) | func TestAddSheetSlicer(t *testing.T) { function TestAddSheetTableSlicer (line 513) | func TestAddSheetTableSlicer(t *testing.T) { function TestSetSlicerCache (line 522) | func TestSetSlicerCache(t *testing.T) { function TestDeleteSlicer (line 555) | func TestDeleteSlicer(t *testing.T) { function TestDeleteSlicerCache (line 591) | func TestDeleteSlicerCache(t *testing.T) { function TestAddSlicerCache (line 600) | func TestAddSlicerCache(t *testing.T) { function TestAddDrawingSlicer (line 613) | func TestAddDrawingSlicer(t *testing.T) { function TestAddWorkbookSlicerCache (line 632) | func TestAddWorkbookSlicerCache(t *testing.T) { function TestGenSlicerCacheName (line 641) | func TestGenSlicerCacheName(t *testing.T) { function TestAddPivotCacheSlicer (line 648) | func TestAddPivotCacheSlicer(t *testing.T) { FILE: sparkline.go function getSparklineGroupPresets (line 23) | func getSparklineGroupPresets() []*xlsxX14SparklineGroup { method AddSparkline (line 391) | func (f *File) AddSparkline(sheet string, opts *SparklineOptions) error { method parseFormatAddSparklineSet (line 446) | func (f *File) parseFormatAddSparklineSet(sheet string, opts *SparklineO... method addSparkline (line 475) | func (f *File) addSparkline(opts *SparklineOptions, group *xlsxX14Sparkl... method appendSparkline (line 486) | func (f *File) appendSparkline(ws *xlsxWorksheet, group *xlsxX14Sparklin... FILE: sparkline_test.go function TestAddSparkline (line 11) | func TestAddSparkline(t *testing.T) { function TestAppendSparkline (line 284) | func TestAppendSparkline(t *testing.T) { function prepareSparklineDataset (line 293) | func prepareSparklineDataset() (*File, error) { FILE: stream.go type StreamWriter (line 27) | type StreamWriter struct method AddTable (line 170) | func (sw *StreamWriter) AddTable(table *Table) error { method getRowValues (line 253) | func (sw *StreamWriter) getRowValues(hRow, hCol, vCol int) (res []stri... method SetRow (line 388) | func (sw *StreamWriter) SetRow(cell string, values []interface{}, opts... method SetColVisible (line 449) | func (sw *StreamWriter) SetColVisible(minVal, maxVal int, visible bool... method SetColOutlineLevel (line 469) | func (sw *StreamWriter) SetColOutlineLevel(col int, level uint8) error { method SetColStyle (line 489) | func (sw *StreamWriter) SetColStyle(minVal, maxVal, styleID int) error { method SetColWidth (line 516) | func (sw *StreamWriter) SetColWidth(minVal, maxVal int, width float64)... method InsertPageBreak (line 537) | func (sw *StreamWriter) InsertPageBreak(cell string) error { method SetPanes (line 544) | func (sw *StreamWriter) SetPanes(panes *Panes) error { method MergeCell (line 554) | func (sw *StreamWriter) MergeCell(topLeftCell, bottomRightCell string)... method setCellTime (line 576) | func (sw *StreamWriter) setCellTime(c *xlsxC, val time.Time) error { method setCellValFunc (line 593) | func (sw *StreamWriter) setCellValFunc(c *xlsxC, val interface{}) error { method writeSheetData (line 709) | func (sw *StreamWriter) writeSheetData() { method Flush (line 748) | func (sw *StreamWriter) Flush() error { method NewStreamWriter (line 114) | func (f *File) NewStreamWriter(sheet string) (*StreamWriter, error) { function getRowElement (line 294) | func getRowElement(token xml.Token, hRow int) (startElement xml.StartEle... type Cell (line 319) | type Cell struct type RowOpts (line 327) | type RowOpts struct method marshalAttrs (line 335) | func (r *RowOpts) marshalAttrs() (strings.Builder, error) { function parseRowOpts (line 374) | func parseRowOpts(opts ...RowOpts) *RowOpts { function setCellFormula (line 569) | func setCellFormula(c *xlsxC, formula string) { function setCellIntFunc (line 624) | func setCellIntFunc(c *xlsxC, val interface{}) { function writeCell (line 650) | func writeCell(buf *bufferedWriter, c xlsxC) { function bulkAppendFields (line 779) | func bulkAppendFields(w io.Writer, ws *xlsxWorksheet, from, to int) { type bufferedWriter (line 793) | type bufferedWriter struct method Write (line 800) | func (bw *bufferedWriter) Write(p []byte) (n int, err error) { method WriteString (line 805) | func (bw *bufferedWriter) WriteString(p string) (n int, err error) { method Reader (line 810) | func (bw *bufferedWriter) Reader() (io.Reader, error) { method Sync (line 827) | func (bw *bufferedWriter) Sync() (err error) { method Flush (line 844) | func (bw *bufferedWriter) Flush() error { method Close (line 857) | func (bw *bufferedWriter) Close() error { FILE: stream_test.go function BenchmarkStreamWriter (line 18) | func BenchmarkStreamWriter(b *testing.B) { function TestStreamWriter (line 41) | func TestStreamWriter(t *testing.T) { function TestStreamSetColVisible (line 157) | func TestStreamSetColVisible(t *testing.T) { function TestStreamSetColOutlineLevel (line 172) | func TestStreamSetColOutlineLevel(t *testing.T) { function TestStreamSetColStyle (line 189) | func TestStreamSetColStyle(t *testing.T) { function TestStreamSetColWidth (line 215) | func TestStreamSetColWidth(t *testing.T) { function TestStreamSetPanes (line 238) | func TestStreamSetPanes(t *testing.T) { function TestStreamTable (line 261) | func TestStreamTable(t *testing.T) { function TestStreamMergeCells (line 305) | func TestStreamMergeCells(t *testing.T) { function TestStreamInsertPageBreak (line 320) | func TestStreamInsertPageBreak(t *testing.T) { function TestNewStreamWriter (line 333) | func TestNewStreamWriter(t *testing.T) { function TestStreamMarshalAttrs (line 348) | func TestStreamMarshalAttrs(t *testing.T) { function TestStreamSetRow (line 355) | func TestStreamSetRow(t *testing.T) { function TestStreamSetRowNilValues (line 373) | func TestStreamSetRowNilValues(t *testing.T) { function TestStreamSetRowWithStyle (line 387) | func TestStreamSetRowWithStyle(t *testing.T) { function TestStreamSetCellValFunc (line 428) | func TestStreamSetCellValFunc(t *testing.T) { function TestStreamWriterOutlineLevel (line 461) | func TestStreamWriterOutlineLevel(t *testing.T) { function TestStreamWriterReader (line 485) | func TestStreamWriterReader(t *testing.T) { function TestStreamWriterGetRowElement (line 523) | func TestStreamWriterGetRowElement(t *testing.T) { FILE: styles.go method stylesReader (line 28) | func (f *File) stylesReader() (*xlsxStyleSheet, error) { method styleSheetWriter (line 41) | func (f *File) styleSheetWriter() { method themeWriter (line 50) | func (f *File) themeWriter() { method sharedStringsWriter (line 118) | func (f *File) sharedStringsWriter() { function parseFormatStyleSet (line 127) | func parseFormatStyleSet(style *Style) (*Style, error) { method NewStyle (line 991) | func (f *File) NewStyle(style *Style) (int, error) { method colorChoice (line 1430) | func (clr *decodeCTColor) colorChoice() *string { method GetBaseColor (line 1442) | func (f *File) GetBaseColor(hexColor string, indexedColor int, themeColo... method getThemeColor (line 1478) | func (f *File) getThemeColor(clr *xlsxColor) string { method extractBorders (line 1491) | func (f *File) extractBorders(bdr *xlsxBorder, s *xlsxStyleSheet, style ... method extractFills (line 1522) | func (f *File) extractFills(fl *xlsxFill, s *xlsxStyleSheet, style *Styl... function extractFont (line 1558) | func extractFont(fnt *xlsxFont) *Font { method extractNumFmt (line 1588) | func (f *File) extractNumFmt(n *int, s *xlsxStyleSheet, style *Style) { method extractAlignment (line 1625) | func (f *File) extractAlignment(a *xlsxAlignment, s *xlsxStyleSheet, sty... method extractProtection (line 1643) | func (f *File) extractProtection(p *xlsxProtection, s *xlsxStyleSheet, s... method GetStyle (line 1656) | func (f *File) GetStyle(idx int) (*Style, error) { method getStyleID (line 1690) | func (f *File) getStyleID(ss *xlsxStyleSheet, style *Style) (int, error) { method NewConditionalStyle (line 1720) | func (f *File) NewConditionalStyle(style *Style) (int, error) { method GetConditionalStyle (line 1761) | func (f *File) GetConditionalStyle(idx int) (*Style, error) { function newDxfNumFmt (line 1791) | func newDxfNumFmt(styleSheet *xlsxStyleSheet, style *Style, dxf *xlsxDxf... method GetDefaultFont (line 1828) | func (f *File) GetDefaultFont() (string, error) { method SetDefaultFont (line 1837) | func (f *File) SetDefaultFont(fontName string) error { method readDefaultFont (line 1853) | func (f *File) readDefaultFont() (*xlsxFont, error) { method getFontID (line 1865) | func (f *File) getFontID(styleSheet *xlsxStyleSheet, style *Style) int { function newFontColor (line 1880) | func newFontColor(font *Font) *xlsxColor { method newFont (line 1909) | func (fnt *Font) newFont() *xlsxFont { function getNumFmtID (line 1941) | func getNumFmtID(styleSheet *xlsxStyleSheet, style *Style) int { function newNumFmt (line 1964) | func newNumFmt(styleSheet *xlsxStyleSheet, style *Style) int { function setCustomNumFmt (line 2004) | func setCustomNumFmt(styleSheet *xlsxStyleSheet, style *Style) int { function getCustomNumFmtID (line 2022) | func getCustomNumFmtID(styleSheet *xlsxStyleSheet, style *Style) (custom... function isLangNumFmt (line 2038) | func isLangNumFmt(ID int) bool { function setLangNumFmt (line 2043) | func setLangNumFmt(style *Style) int { function getFillID (line 2052) | func getFillID(styleSheet *xlsxStyleSheet, style *Style) (fillID int) { function newFills (line 2072) | func newFills(style *Style, fg bool) *xlsxFill { function newAlignment (line 2112) | func newAlignment(style *Style) *xlsxAlignment { function newProtection (line 2130) | func newProtection(style *Style) *xlsxProtection { function getBorderID (line 2141) | func getBorderID(styleSheet *xlsxStyleSheet, style *Style) (borderID int) { function newBorders (line 2157) | func newBorders(style *Style) *xlsxBorder { function setCellXfs (line 2183) | func setCellXfs(style *xlsxStyleSheet, fontID, numFmtID, fillID, borderI... method GetCellStyle (line 2221) | func (f *File) GetCellStyle(sheet, cell string) (int, error) { method SetCellStyle (line 2342) | func (f *File) SetCellStyle(sheet, topLeftCell, bottomRightCell string, ... method SetConditionalFormat (line 2813) | func (f *File) SetConditionalFormat(sheet, rangeRef string, opts []Condi... function prepareConditionalFormatRange (line 2882) | func prepareConditionalFormatRange(rangeRef string) (string, string, err... method appendCfRule (line 2922) | func (f *File) appendCfRule(ws *xlsxWorksheet, rule *xlsxX14CfRule, sqre... method extractCondFmtCellIs (line 2973) | func (f *File) extractCondFmtCellIs(c *xlsxCfRule, extLst *xlsxExtLst) C... method extractCondFmtTimePeriod (line 2985) | func (f *File) extractCondFmtTimePeriod(c *xlsxCfRule, ref string, extLs... method extractCondFmtText (line 3009) | func (f *File) extractCondFmtText(c *xlsxCfRule, extLst *xlsxExtLst) Con... method extractCondFmtTop10 (line 3016) | func (f *File) extractCondFmtTop10(c *xlsxCfRule, extLst *xlsxExtLst) Co... method extractCondFmtAboveAverage (line 3034) | func (f *File) extractCondFmtAboveAverage(c *xlsxCfRule, extLst *xlsxExt... method extractCondFmtDuplicateUniqueValues (line 3050) | func (f *File) extractCondFmtDuplicateUniqueValues(c *xlsxCfRule, extLst... method extractCondFmtBlanks (line 3064) | func (f *File) extractCondFmtBlanks(c *xlsxCfRule, extLst *xlsxExtLst) C... method extractCondFmtNoBlanks (line 3074) | func (f *File) extractCondFmtNoBlanks(c *xlsxCfRule, extLst *xlsxExtLst)... method extractCondFmtErrors (line 3084) | func (f *File) extractCondFmtErrors(c *xlsxCfRule, extLst *xlsxExtLst) C... method extractCondFmtNoErrors (line 3094) | func (f *File) extractCondFmtNoErrors(c *xlsxCfRule, extLst *xlsxExtLst)... method extractCondFmtColorScale (line 3105) | func (f *File) extractCondFmtColorScale(c *xlsxCfRule, extLst *xlsxExtLs... method extractCondFmtDataBarRule (line 3140) | func (f *File) extractCondFmtDataBarRule(ID string, format *ConditionalF... method extractCondFmtDataBar (line 3158) | func (f *File) extractCondFmtDataBar(c *xlsxCfRule, extLst *xlsxExtLst) ... method extractCondFmtExp (line 3195) | func (f *File) extractCondFmtExp(c *xlsxCfRule, extLst *xlsxExtLst) Cond... method extractCondFmtIconSet (line 3205) | func (f *File) extractCondFmtIconSet(c *xlsxCfRule, extLst *xlsxExtLst) ... method extractX14CondFmtIconSetRule (line 3219) | func (f *File) extractX14CondFmtIconSetRule(c *decodeX14CfRule) Conditio... method GetConditionalFormats (line 3233) | func (f *File) GetConditionalFormats(sheet string) (map[string][]Conditi... method UnsetConditionalFormat (line 3279) | func (f *File) UnsetConditionalFormat(sheet, rangeRef string) error { method deleteCfRule (line 3335) | func (r *decodeX14ConditionalFormattingRules) deleteCfRule(delCells map[... function drawCondFmtCellIs (line 3432) | func drawCondFmtCellIs(p int, ct, ref, GUID string, format *ConditionalF... function drawCondFmtTimePeriod (line 3452) | func drawCondFmtTimePeriod(p int, ct, ref, GUID string, format *Conditio... function drawCondFmtText (line 3477) | func drawCondFmtText(p int, ct, ref, GUID string, format *ConditionalFor... function drawCondFmtTop10 (line 3508) | func drawCondFmtTop10(p int, ct, ref, GUID string, format *ConditionalFo... function drawCondFmtAboveAverage (line 3527) | func drawCondFmtAboveAverage(p int, ct, ref, GUID string, format *Condit... function drawCondFmtDuplicateUniqueValues (line 3540) | func drawCondFmtDuplicateUniqueValues(p int, ct, ref, GUID string, forma... function drawCondFmtColorScale (line 3552) | func drawCondFmtColorScale(p int, ct, ref, GUID string, format *Conditio... function drawCondFmtDataBar (line 3590) | func drawCondFmtDataBar(p int, ct, ref, GUID string, format *Conditional... function drawCondFmtExp (line 3627) | func drawCondFmtExp(p int, ct, ref, GUID string, format *ConditionalForm... function drawCondFmtErrors (line 3639) | func drawCondFmtErrors(p int, ct, ref, GUID string, format *ConditionalF... function drawCondFmtNoErrors (line 3651) | func drawCondFmtNoErrors(p int, ct, ref, GUID string, format *Conditiona... function drawCondFmtBlanks (line 3663) | func drawCondFmtBlanks(p int, ct, ref, GUID string, format *ConditionalF... function drawCondFmtNoBlanks (line 3675) | func drawCondFmtNoBlanks(p int, ct, ref, GUID string, format *Conditiona... function drawCondFmtIconSet (line 3687) | func drawCondFmtIconSet(p int, ct, ref, GUID string, format *Conditional... function getPaletteColor (line 3713) | func getPaletteColor(color string) string { method themeReader (line 3719) | func (f *File) themeReader() (*decodeTheme, error) { function ThemeColor (line 3732) | func ThemeColor(baseColor string, tint float64) string { FILE: styles_test.go function TestStyleFill (line 13) | func TestStyleFill(t *testing.T) { function TestSetConditionalFormat (line 51) | func TestSetConditionalFormat(t *testing.T) { function TestGetConditionalFormats (line 244) | func TestGetConditionalFormats(t *testing.T) { function TestUnsetConditionalFormat (line 339) | func TestUnsetConditionalFormat(t *testing.T) { function TestNewStyle (line 409) | func TestNewStyle(t *testing.T) { function TestConditionalStyle (line 578) | func TestConditionalStyle(t *testing.T) { function TestGetDefaultFont (line 632) | func TestGetDefaultFont(t *testing.T) { function TestSetDefaultFont (line 644) | func TestSetDefaultFont(t *testing.T) { function TestStylesReader (line 659) | func TestStylesReader(t *testing.T) { function TestThemeReader (line 669) | func TestThemeReader(t *testing.T) { function TestSetCellStyle (line 678) | func TestSetCellStyle(t *testing.T) { function TestGetStyleID (line 692) | func TestGetStyleID(t *testing.T) { function TestGetFillID (line 699) | func TestGetFillID(t *testing.T) { function TestThemeColor (line 705) | func TestThemeColor(t *testing.T) { function TestGetNumFmtID (line 718) | func TestGetNumFmtID(t *testing.T) { function TestGetThemeColor (line 733) | func TestGetThemeColor(t *testing.T) { function TestGetStyle (line 746) | func TestGetStyle(t *testing.T) { FILE: table.go function parseTableOptions (line 33) | func parseTableOptions(opts *Table) (*Table, error) { method AddTable (line 80) | func (f *File) AddTable(sheet string, table *Table) error { method GetTables (line 129) | func (f *File) GetTables(sheet string) ([]Table, error) { method DeleteTable (line 172) | func (f *File) DeleteTable(name string) error { method getTables (line 206) | func (f *File) getTables() (map[string][]Table, error) { method countTables (line 221) | func (f *File) countTables() int { method addSheetTable (line 255) | func (f *File) addSheetTable(sheet string, rID int) error { method setTableColumns (line 273) | func (f *File) setTableColumns(sheet string, showHeaderRow bool, x1, y1,... function checkDefinedName (line 329) | func checkDefinedName(name string) error { method addTable (line 358) | func (f *File) addTable(sheet, tableXML string, x1, y1, x2, y2, i int, o... method AutoFilter (line 474) | func (f *File) AutoFilter(sheet, rangeRef string, opts []AutoFilterOptio... method autoFilter (line 523) | func (f *File) autoFilter(sheet, ref string, columns, col int, opts []Au... method writeAutoFilter (line 566) | func (f *File) writeAutoFilter(fc *xlsxFilterColumn, exp []int, tokens [... method writeCustomFilter (line 594) | func (f *File) writeCustomFilter(fc *xlsxFilterColumn, operator int, val... method parseFilterExpression (line 625) | func (f *File) parseFilterExpression(expression string, tokens []string)... method parseFilterTokens (line 654) | func (f *File) parseFilterTokens(expression string, tokens []string) ([]... FILE: table_test.go function TestAddTable (line 12) | func TestAddTable(t *testing.T) { function TestGetTables (line 90) | func TestGetTables(t *testing.T) { function TestDeleteTable (line 111) | func TestDeleteTable(t *testing.T) { function TestSetTableColumns (line 140) | func TestSetTableColumns(t *testing.T) { function TestAutoFilter (line 145) | func TestAutoFilter(t *testing.T) { function TestAutoFilterError (line 181) | func TestAutoFilterError(t *testing.T) { function TestParseFilterTokens (line 218) | func TestParseFilterTokens(t *testing.T) { FILE: templates.go constant ContentTypeAddinMacro (line 45) | ContentTypeAddinMacro = "application/vnd.ms-exce... constant ContentTypeCustomProperties (line 46) | ContentTypeCustomProperties = "application/vnd.openxml... constant ContentTypeDrawing (line 47) | ContentTypeDrawing = "application/vnd.openxml... constant ContentTypeDrawingML (line 48) | ContentTypeDrawingML = "application/vnd.openxml... constant ContentTypeMacro (line 49) | ContentTypeMacro = "application/vnd.ms-exce... constant ContentTypeRelationships (line 50) | ContentTypeRelationships = "application/vnd.openxml... constant ContentTypeSheetML (line 51) | ContentTypeSheetML = "application/vnd.openxml... constant ContentTypeSlicer (line 52) | ContentTypeSlicer = "application/vnd.ms-exce... constant ContentTypeSlicerCache (line 53) | ContentTypeSlicerCache = "application/vnd.ms-exce... constant ContentTypeSpreadSheetMLChartsheet (line 54) | ContentTypeSpreadSheetMLChartsheet = "application/vnd.openxml... constant ContentTypeSpreadSheetMLComments (line 55) | ContentTypeSpreadSheetMLComments = "application/vnd.openxml... constant ContentTypeSpreadSheetMLPivotCacheDefinition (line 56) | ContentTypeSpreadSheetMLPivotCacheDefinition = "application/vnd.openxml... constant ContentTypeSpreadSheetMLPivotTable (line 57) | ContentTypeSpreadSheetMLPivotTable = "application/vnd.openxml... constant ContentTypeSpreadSheetMLSharedStrings (line 58) | ContentTypeSpreadSheetMLSharedStrings = "application/vnd.openxml... constant ContentTypeSpreadSheetMLTable (line 59) | ContentTypeSpreadSheetMLTable = "application/vnd.openxml... constant ContentTypeSpreadSheetMLWorksheet (line 60) | ContentTypeSpreadSheetMLWorksheet = "application/vnd.openxml... constant ContentTypeTemplate (line 61) | ContentTypeTemplate = "application/vnd.openxml... constant ContentTypeTemplateMacro (line 62) | ContentTypeTemplateMacro = "application/vnd.ms-exce... constant ContentTypeVBA (line 63) | ContentTypeVBA = "application/vnd.ms-offi... constant ContentTypeVML (line 64) | ContentTypeVML = "application/vnd.openxml... constant NameSpaceDrawingMLMain (line 65) | NameSpaceDrawingMLMain = "http://schemas.openxmlf... constant NameSpaceDublinCore (line 66) | NameSpaceDublinCore = "http://purl.org/dc/elem... constant NameSpaceDublinCoreMetadataInitiative (line 67) | NameSpaceDublinCoreMetadataInitiative = "http://purl.org/dc/dcmi... constant NameSpaceDublinCoreTerms (line 68) | NameSpaceDublinCoreTerms = "http://purl.org/dc/terms/" constant NameSpaceExtendedProperties (line 69) | NameSpaceExtendedProperties = "http://schemas.openxmlf... constant NameSpaceXML (line 70) | NameSpaceXML = "http://www.w3.org/XML/1... constant NameSpaceXMLSchemaInstance (line 71) | NameSpaceXMLSchemaInstance = "http://www.w3.org/2001/... constant SourceRelationshipChart (line 72) | SourceRelationshipChart = "http://schemas.openxmlf... constant SourceRelationshipChartsheet (line 73) | SourceRelationshipChartsheet = "http://schemas.openxmlf... constant SourceRelationshipComments (line 74) | SourceRelationshipComments = "http://schemas.openxmlf... constant SourceRelationshipCustomProperties (line 75) | SourceRelationshipCustomProperties = "http://schemas.openxmlf... constant SourceRelationshipDialogsheet (line 76) | SourceRelationshipDialogsheet = "http://schemas.openxmlf... constant SourceRelationshipDrawingML (line 77) | SourceRelationshipDrawingML = "http://schemas.openxmlf... constant SourceRelationshipDrawingVML (line 78) | SourceRelationshipDrawingVML = "http://schemas.openxmlf... constant SourceRelationshipExtendProperties (line 79) | SourceRelationshipExtendProperties = "http://schemas.openxmlf... constant SourceRelationshipHyperLink (line 80) | SourceRelationshipHyperLink = "http://schemas.openxmlf... constant SourceRelationshipImage (line 81) | SourceRelationshipImage = "http://schemas.openxmlf... constant SourceRelationshipOfficeDocument (line 82) | SourceRelationshipOfficeDocument = "http://schemas.openxmlf... constant SourceRelationshipPivotCache (line 83) | SourceRelationshipPivotCache = "http://schemas.openxmlf... constant SourceRelationshipPivotTable (line 84) | SourceRelationshipPivotTable = "http://schemas.openxmlf... constant SourceRelationshipSharedStrings (line 85) | SourceRelationshipSharedStrings = "http://schemas.openxmlf... constant SourceRelationshipSlicer (line 86) | SourceRelationshipSlicer = "http://schemas.microsof... constant SourceRelationshipSlicerCache (line 87) | SourceRelationshipSlicerCache = "http://schemas.microsof... constant SourceRelationshipTable (line 88) | SourceRelationshipTable = "http://schemas.openxmlf... constant SourceRelationshipVBAProject (line 89) | SourceRelationshipVBAProject = "http://schemas.microsof... constant SourceRelationshipWorkSheet (line 90) | SourceRelationshipWorkSheet = "http://schemas.openxmlf... constant StrictNameSpaceDocumentPropertiesVariantTypes (line 91) | StrictNameSpaceDocumentPropertiesVariantTypes = "http://purl.oclc.org/oo... constant StrictNameSpaceDrawingMLMain (line 92) | StrictNameSpaceDrawingMLMain = "http://purl.oclc.org/oo... constant StrictNameSpaceExtendedProperties (line 93) | StrictNameSpaceExtendedProperties = "http://purl.oclc.org/oo... constant StrictNameSpaceSpreadSheet (line 94) | StrictNameSpaceSpreadSheet = "http://purl.oclc.org/oo... constant StrictSourceRelationship (line 95) | StrictSourceRelationship = "http://purl.oclc.org/oo... constant StrictSourceRelationshipChart (line 96) | StrictSourceRelationshipChart = "http://purl.oclc.org/oo... constant StrictSourceRelationshipComments (line 97) | StrictSourceRelationshipComments = "http://purl.oclc.org/oo... constant StrictSourceRelationshipExtendProperties (line 98) | StrictSourceRelationshipExtendProperties = "http://purl.oclc.org/oo... constant StrictSourceRelationshipImage (line 99) | StrictSourceRelationshipImage = "http://purl.oclc.org/oo... constant StrictSourceRelationshipOfficeDocument (line 100) | StrictSourceRelationshipOfficeDocument = "http://purl.oclc.org/oo... constant ExtURICalcFeatures (line 104) | ExtURICalcFeatures = "{B58B0392-4F1F-4190-BB64-5DF3571... constant ExtURIConditionalFormattingRuleID (line 105) | ExtURIConditionalFormattingRuleID = "{B025F937-C7B1-47D3-B67F-A62EFF6... constant ExtURIConditionalFormattings (line 106) | ExtURIConditionalFormattings = "{78C0D931-6437-407d-A8EE-F0AAD75... constant EXtURICustomPropertyFmtID (line 107) | EXtURICustomPropertyFmtID = "{D5CDD505-2E9C-101B-9397-08002B2... constant ExtURIDataField (line 108) | ExtURIDataField = "{E15A36E0-9728-4E99-A89B-3F7291B... constant ExtURIDataModel (line 109) | ExtURIDataModel = "{FCE2AD5D-F65C-4FA6-A056-5C36A17... constant ExtURIDataValidations (line 110) | ExtURIDataValidations = "{CCE6A557-97BC-4b89-ADB6-D9C93CA... constant ExtURIDrawingBlip (line 111) | ExtURIDrawingBlip = "{28A0092B-C50C-407E-A947-70E7404... constant ExtURIExternalLinkPr (line 112) | ExtURIExternalLinkPr = "{FCE6A71B-6B00-49CD-AB44-F6B1AE7... constant ExtURIIgnoredErrors (line 113) | ExtURIIgnoredErrors = "{01252117-D84E-4E92-8308-4BE1C09... constant ExtURIMacExcelMX (line 114) | ExtURIMacExcelMX = "{64002731-A6B0-56B0-2670-7721B7C... constant ExtURIModelTimeGroupings (line 115) | ExtURIModelTimeGroupings = "{9835A34E-60A6-4A7C-AAB8-D5F71C8... constant ExtURIPivotCacheDefinition (line 116) | ExtURIPivotCacheDefinition = "{725AE2AE-9491-48be-B2B4-4EB974F... constant ExtURIPivotCachesX14 (line 117) | ExtURIPivotCachesX14 = "{876F7934-8845-4945-9796-88D515C... constant ExtURIPivotCachesX15 (line 118) | ExtURIPivotCachesX15 = "{841E416B-1EF1-43b6-AB56-02D3710... constant ExtURIPivotField (line 119) | ExtURIPivotField = "{2946ED86-A175-432a-8AC1-64E0C54... constant ExtURIPivotFilter (line 120) | ExtURIPivotFilter = "{0605FD5F-26C8-4aeb-8148-2DB25E4... constant ExtURIPivotHierarchy (line 121) | ExtURIPivotHierarchy = "{F1805F06-0CD304483-9156-8803C3D... constant ExtURIPivotTableReferences (line 122) | ExtURIPivotTableReferences = "{983426D0-5260-488c-9760-48F4B6A... constant ExtURIProtectedRanges (line 123) | ExtURIProtectedRanges = "{FC87AEE6-9EDD-4A0A-B7FB-1661769... constant ExtURISlicerCacheDefinition (line 124) | ExtURISlicerCacheDefinition = "{2F2917AC-EB37-4324-AD4E-5DD8C20... constant ExtURISlicerCacheHideItemsWithNoData (line 125) | ExtURISlicerCacheHideItemsWithNoData = "{470722E0-AACD-4C17-9CDC-17EF765... constant ExtURISlicerCachesX14 (line 126) | ExtURISlicerCachesX14 = "{BBE1A952-AA13-448e-AADC-164F8A2... constant ExtURISlicerCachesX15 (line 127) | ExtURISlicerCachesX15 = "{46BE6895-7355-4a93-B00E-2C35133... constant ExtURISlicerListX14 (line 128) | ExtURISlicerListX14 = "{A8765BA9-456A-4dab-B4F3-ACF838C... constant ExtURISlicerListX15 (line 129) | ExtURISlicerListX15 = "{3A4CF648-6AED-40f4-86FF-DC5316D... constant ExtURISparklineGroups (line 130) | ExtURISparklineGroups = "{05C60535-1F16-4fd2-B633-F4F36F0... constant ExtURISVG (line 131) | ExtURISVG = "{96DAC541-7B7A-43D3-8B79-37D633B... constant ExtURITimelineCachePivotCaches (line 132) | ExtURITimelineCachePivotCaches = "{A2CB5862-8E78-49c6-8D9D-AF26E26... constant ExtURITimelineCacheRefs (line 133) | ExtURITimelineCacheRefs = "{D0CA8CA8-9F24-4464-BF8E-62219DC... constant ExtURITimelineRefs (line 134) | ExtURITimelineRefs = "{7E03D99C-DC04-49d9-9315-930204A... constant ExtURIWebExtensions (line 135) | ExtURIWebExtensions = "{F7C9EE02-42E1-4005-9D12-6889AFF... constant ExtURIWorkbookPrX14 (line 136) | ExtURIWorkbookPrX14 = "{79F54976-1DA5-4618-B147-ACDE4B9... constant ExtURIWorkbookPrX15 (line 137) | ExtURIWorkbookPrX15 = "{140A7094-0E35-4892-8432-C4D2E57... constant EMU (line 173) | EMU = 9525 constant MaxCellStyles (line 174) | MaxCellStyles = 65430 constant MaxColumns (line 175) | MaxColumns = 16384 constant MaxColumnWidth (line 176) | MaxColumnWidth = 255 constant MaxFieldLength (line 177) | MaxFieldLength = 255 constant MaxFilePathLength (line 178) | MaxFilePathLength = 207 constant MaxFormControlValue (line 179) | MaxFormControlValue = 30000 constant MaxFontFamilyLength (line 180) | MaxFontFamilyLength = 31 constant MaxGraphicAltTextLength (line 181) | MaxGraphicAltTextLength = 65535 constant MaxGraphicNameLength (line 182) | MaxGraphicNameLength = 254 constant MaxFontSize (line 183) | MaxFontSize = 409 constant MaxRowHeight (line 184) | MaxRowHeight = 409 constant MaxSheetNameLength (line 185) | MaxSheetNameLength = 31 constant MinColumns (line 186) | MinColumns = 1 constant MinFontSize (line 187) | MinFontSize = 1 constant StreamChunkSize (line 188) | StreamChunkSize = 1 << 24 constant TotalCellChars (line 189) | TotalCellChars = 32767 constant TotalRows (line 190) | TotalRows = 1048576 constant TotalSheetHyperlinks (line 191) | TotalSheetHyperlinks = 65529 constant UnzipSizeLimit (line 192) | UnzipSizeLimit = 1000 << 24 constant pivotTableVersion (line 197) | pivotTableVersion = 3 constant pivotTableRefreshedVersion (line 198) | pivotTableRefreshedVersion = 8 constant defaultDrawingScale (line 199) | defaultDrawingScale = 1.0 constant defaultChartDimensionWidth (line 200) | defaultChartDimensionWidth = 480 constant defaultChartDimensionHeight (line 201) | defaultChartDimensionHeight = 260 constant defaultSlicerWidth (line 202) | defaultSlicerWidth = 200 constant defaultSlicerHeight (line 203) | defaultSlicerHeight = 200 constant defaultChartLegendPosition (line 204) | defaultChartLegendPosition = "bottom" constant defaultChartShowBlanksAs (line 205) | defaultChartShowBlanksAs = "gap" constant defaultShapeSize (line 206) | defaultShapeSize = 160 constant defaultShapeLineWidth (line 207) | defaultShapeLineWidth = 1 constant defaultColWidth (line 208) | defaultColWidth = 9.140625 constant defaultColWidthPixels (line 209) | defaultColWidthPixels = 64.0 constant defaultRowHeight (line 210) | defaultRowHeight = 15.0 constant defaultRowHeightPixels (line 211) | defaultRowHeightPixels = 20.0 constant defaultFontSize (line 212) | defaultFontSize = 11.0 type ColorMappingType (line 216) | type ColorMappingType constant ColorMappingTypeLight1 (line 220) | ColorMappingTypeLight1 ColorMappingType = iota constant ColorMappingTypeDark1 (line 221) | ColorMappingTypeDark1 constant ColorMappingTypeLight2 (line 222) | ColorMappingTypeLight2 constant ColorMappingTypeDark2 (line 223) | ColorMappingTypeDark2 constant ColorMappingTypeAccent1 (line 224) | ColorMappingTypeAccent1 constant ColorMappingTypeAccent2 (line 225) | ColorMappingTypeAccent2 constant ColorMappingTypeAccent3 (line 226) | ColorMappingTypeAccent3 constant ColorMappingTypeAccent4 (line 227) | ColorMappingTypeAccent4 constant ColorMappingTypeAccent5 (line 228) | ColorMappingTypeAccent5 constant ColorMappingTypeAccent6 (line 229) | ColorMappingTypeAccent6 constant ColorMappingTypeHyperlink (line 230) | ColorMappingTypeHyperlink constant ColorMappingTypeFollowedHyperlink (line 231) | ColorMappingTypeFollowedHyperlink constant ColorMappingTypeUnset (line 232) | ColorMappingTypeUnset int = -1 type ChartDataLabelPositionType (line 236) | type ChartDataLabelPositionType constant ChartDataLabelsPositionUnset (line 240) | ChartDataLabelsPositionUnset ChartDataLabelPositionType = iota constant ChartDataLabelsPositionBestFit (line 241) | ChartDataLabelsPositionBestFit constant ChartDataLabelsPositionBelow (line 242) | ChartDataLabelsPositionBelow constant ChartDataLabelsPositionCenter (line 243) | ChartDataLabelsPositionCenter constant ChartDataLabelsPositionInsideBase (line 244) | ChartDataLabelsPositionInsideBase constant ChartDataLabelsPositionInsideEnd (line 245) | ChartDataLabelsPositionInsideEnd constant ChartDataLabelsPositionLeft (line 246) | ChartDataLabelsPositionLeft constant ChartDataLabelsPositionOutsideEnd (line 247) | ChartDataLabelsPositionOutsideEnd constant ChartDataLabelsPositionRight (line 248) | ChartDataLabelsPositionRight constant ChartDataLabelsPositionAbove (line 249) | ChartDataLabelsPositionAbove constant defaultTempFileSST (line 299) | defaultTempFileSST = "sharedStrings" constant defaultXMLMetadata (line 300) | defaultXMLMetadata = "xl/metadata.xml" constant defaultXMLPathCalcChain (line 301) | defaultXMLPathCalcChain = "xl/calcChain.xml" constant defaultXMLPathCellImages (line 302) | defaultXMLPathCellImages = "xl/cellimages.xml" constant defaultXMLPathCellImagesRels (line 303) | defaultXMLPathCellImagesRels = "xl/_rels/cellimages.xml.rels" constant defaultXMLPathContentTypes (line 304) | defaultXMLPathContentTypes = "[Content_Types].xml" constant defaultXMLPathDocPropsApp (line 305) | defaultXMLPathDocPropsApp = "docProps/app.xml" constant defaultXMLPathDocPropsCore (line 306) | defaultXMLPathDocPropsCore = "docProps/core.xml" constant defaultXMLPathDocPropsCustom (line 307) | defaultXMLPathDocPropsCustom = "docProps/custom.xml" constant defaultXMLPathRels (line 308) | defaultXMLPathRels = "_rels/.rels" constant defaultXMLPathSharedStrings (line 309) | defaultXMLPathSharedStrings = "xl/sharedStrings.xml" constant defaultXMLPathSheet (line 310) | defaultXMLPathSheet = "xl/worksheets/sheet1.xml" constant defaultXMLPathStyles (line 311) | defaultXMLPathStyles = "xl/styles.xml" constant defaultXMLPathTheme (line 312) | defaultXMLPathTheme = "xl/theme/theme1.xml" constant defaultXMLPathVolatileDeps (line 313) | defaultXMLPathVolatileDeps = "xl/volatileDependencies.xml" constant defaultXMLPathWorkbook (line 314) | defaultXMLPathWorkbook = "xl/workbook.xml" constant defaultXMLPathWorkbookRels (line 315) | defaultXMLPathWorkbookRels = "xl/_rels/workbook.xml.rels" constant defaultXMLRdRichValue (line 316) | defaultXMLRdRichValue = "xl/richData/rdrichvalue.xml" constant defaultXMLRdRichValueRel (line 317) | defaultXMLRdRichValueRel = "xl/richData/richValueRel.xml" constant defaultXMLRdRichValueRelRels (line 318) | defaultXMLRdRichValueRelRels = "xl/richData/_rels/richValueRel.xml.... constant defaultXMLRdRichValueStructure (line 319) | defaultXMLRdRichValueStructure = "xl/richData/rdrichvaluestructure.xml" constant defaultXMLRdRichValueTypes (line 320) | defaultXMLRdRichValueTypes = "xl/richData/rdRichValueTypes.xml" constant defaultXMLRdRichValueWebImage (line 321) | defaultXMLRdRichValueWebImage = "xl/richData/rdRichValueWebImage.xml" constant defaultXMLRdRichValueWebImageRels (line 322) | defaultXMLRdRichValueWebImageRels = "xl/richData/_rels/rdRichValueWebIma... constant templateDocpropsApp (line 856) | templateDocpropsApp = `