a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Antony Liu 4673ee6764 [bug-65915] add test for 'OR' function 2 months ago
..
Boolean [bug-65915] add test for 'OR' function 2 months ago
Logical Replace casts with pattern variable 5 months ago
Matrix Replace casts with pattern variable 5 months ago
Numeric Make non-public API methods static where applicable 4 months ago
Text Change stringbuilder to zstring(this time changing only what needs to be changed) 4 months ago
Address.cs fix LF formatting issue 13 years ago
AggregateFunction.cs Fix analysis errors related to non-concrete type usage 3 months ago
Areas.cs Replace casts with pattern variable 5 months ago
ArrayFunction.cs [bug-65915] add test for 'OR' function 2 months ago
Averageif.cs Make non-public API methods static where applicable 4 months ago
Averageifs.cs Make non-public API methods static where applicable 4 months ago
BaseNumberUtils.cs fix compiling warning. 10 years ago
Baseifs.cs Replace casts with pattern variable 5 months ago
BesselJ.cs POI Bug 65870 3 years ago
Bin2Dec.cs Make non-public API methods static where applicable 4 months ago
CalendarFieldFunction.cs Add readonly modifier for suitable fields 5 months ago
Ceiling.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
CeilingMath.cs updated license 2 years ago
Cell.cs Replace casts with pattern variable 5 months ago
Choose.cs Removed unused using statements. 13 years ago
Code.cs implement several Excel functions and fix bugs 11 years ago
Column.cs Replace casts with pattern variable 5 months ago
Columns.cs Replace casts with pattern variable 5 months ago
Combin.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
Complex.cs Merge pull request #1542 from LessIsMoreInSZ/NewZtring 4 months ago
Count.cs Seal private and internal types 5 months ago
CountUtils.cs Replace casts with pattern variable 5 months ago
Counta.cs Add readonly modifier for suitable fields 5 months ago
Countblank.cs Replace casts with pattern variable 5 months ago
Countif.cs Make non-public API methods static where applicable 4 months ago
Countifs.cs Seal private and internal types 5 months ago
DAverage.cs Replace casts with pattern variable 5 months ago
DCount.cs Add support for DCount and DCountA functions 5 months ago
DCountA.cs Replace casts with pattern variable 5 months ago
DGet.cs Replace casts with pattern variable 5 months ago
DMax.cs Replace casts with pattern variable 5 months ago
DMin.cs Replace casts with pattern variable 5 months ago
DProduct.cs Replace casts with pattern variable 5 months ago
DStarRunner.cs Fix analyzer reported issues related to string usage 4 months ago
DStdev.cs Replace casts with pattern variable 5 months ago
DStdevp.cs Replace casts with pattern variable 5 months ago
DSum.cs Replace casts with pattern variable 5 months ago
DVar.cs Replace casts with pattern variable 5 months ago
DVarp.cs Replace casts with pattern variable 5 months ago
DateFunc.cs Make non-public API methods static where applicable 4 months ago
DateValue.cs Make non-public API methods static where applicable 4 months ago
Days360.cs Make non-public API methods static where applicable 4 months ago
Dec2Bin.cs fix compiling warning. 10 years ago
Dec2Hex.cs POI:Bug 57915: Fix Dev2Hex for numbers larger than Integer.MAX_VALUE and less than Integer.MIN_VALUE 6 years ago
Degrees.cs Removed unused using statements. 13 years ago
Delta.cs Bug 55037: patch for missing function DELTA 10 years ago
Dollar.cs POI Bug 62857 3 years ago
DollarDe.cs POI Bug 65871 3 years ago
DollarFr.cs POI Bug 65871 3 years ago
EDate.cs Make non-public API methods static where applicable 4 months ago
EOMonth.cs Bug 57150: Added EOMONTH function 10 years ago
Errortype.cs Make non-public API methods static where applicable 4 months ago
Even.cs Mark a lot of constants as either const or readonly to prevent accidental assignment 13 years ago
Exp.cs Removed unused using statements. 13 years ago
Fact.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
FactDouble.cs Add readonly modifier for suitable fields 5 months ago
Finance.cs Bugzilla 54469 - Support for financial functions IPMT and PPMT 10 years ago
FinanceFunction.cs POI:fix several findbugs SF_SWITCH_NO_DEFAULT warnings 6 years ago
FinanceLib.cs fix LF formatting issue 13 years ago
Fixed.cs Make non-public API methods static where applicable 4 months ago
Fixed0ArgFunction.cs fix LF formatting issue 13 years ago
Fixed1ArgFunction.cs fix LF formatting issue 13 years ago
Fixed2ArgFunction.cs fix LF formatting issue 13 years ago
Fixed3ArgFunction.cs fix LF formatting issue 13 years ago
Fixed4ArgFunction.cs fix LF formatting issue 13 years ago
Floor.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
FloorCeilingMathBase.cs fixed bugs due to stale code & errors in test data 2 years ago
FloorMath.cs updated license 2 years ago
Forecast.cs Seal private and internal types 5 months ago
FreeRefFunction.cs Removed unused using statements. 13 years ago
Frequency.cs POI 62373, Support for FREQUENCY function 5 months ago
Function.cs move HSSF.Record.Formula folder to SS.Formula 14 years ago
Function0Arg.cs fix LF formatting issue 13 years ago
Function1Arg.cs fix LF formatting issue 13 years ago
Function2Arg.cs fix LF formatting issue 13 years ago
Function3Arg.cs fix LF formatting issue 13 years ago
Function4Arg.cs fix LF formatting issue 13 years ago
Fv.cs Removed unused using statements. 13 years ago
Hex2Dec.cs Replace casts with pattern variable 5 months ago
Hlookup.cs Fix analysis errors related to non-concrete type usage 3 months ago
Hyperlink.cs fix LF formatting issue 13 years ago
IDStarAlgorithm.cs Add support for DCount and DCountA functions 5 months ago
IPMT.cs Bugzilla 54469 - Support for financial functions IPMT and PPMT 10 years ago
IfFunc.cs POI:add comments for names of missing functions 6 years ago
ImReal.cs Bug 54723: Support for percentage in VALUE() function 10 years ago
Imaginary.cs fix some bugs. 10 years ago
Index.cs Replace casts with pattern variable 5 months ago
Indirect.cs Remove unused exception captures 2 years ago
Int.cs fix issue #983 INT(1.99) doesn't return correct rounded value 2 years ago
Intercept.cs Bugzilla 54356 - Support of statistical function SLOPE 10 years ago
Irr.cs github-32: speed up Irr() Excel formula computation by replacing Math.pow() with multiplication. Thanks to Daniel Kuan! This closes #32. 4 months ago
LinearRegressionFunction.cs Make non-public API methods static where applicable 4 months ago
Lookup.cs Add readonly modifier for suitable fields 5 months ago
LookupUtils.cs Fix analysis errors related to non-concrete type usage 3 months ago
Match.cs Copilot review fixes 4 months ago
MathX.cs Fix RoundDown function 1 year ago
Maxifs.cs Replace casts with pattern variable 5 months ago
MinaMaxa.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
Minifs.cs Replace casts with pattern variable 5 months ago
Mirr.cs fix compiling warning. 10 years ago
Mod.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
Mode.cs Fix analysis errors related to non-concrete type usage 3 months ago
MultiOperandNumericFunction.cs Remove zero-length array allocations and use collection expression 4 months ago
Na.cs Removed unused using statements. 13 years ago
NormDist.cs POI Bug 65850 3 years ago
NormInv.cs POI Bug 65850 3 years ago
NormSDist.cs POI Bug 65850 3 years ago
NormSInv.cs POI Bug 65850 3 years ago
NotImplementedFunction.cs Add readonly modifier for suitable fields 5 months ago
Now.cs fix LF formatting issue 13 years ago
Nper.cs Removed unused using statements. 13 years ago
Npv.cs fix LF formatting issue 13 years ago
NumberListFuncBase.cs Added (VAR|STDEV).(P|S) functions 2 years ago
NumberValueFunction.cs Fix analyzer reported issues related to string usage 4 months ago
Oct2Dec.cs fix compiling warning. 10 years ago
Odd.cs Mark a lot of constants as either const or readonly to prevent accidental assignment 13 years ago
Offset.cs Replace casts with pattern variable 5 months ago
PPMT.cs fix #1184 2 years ago
PercentRank.cs Make non-public API methods static where applicable 4 months ago
Pmt.cs Removed unused using statements. 13 years ago
Power.cs Removed unused using statements. 13 years ago
Pv.cs move HSSF.Record.Formula folder to SS.Formula 14 years ago
Quotient.cs POI Bug 62040 4 years ago
Radians.cs Removed unused using statements. 13 years ago
Rank.cs Bug 61063: enable test case Bug61063 3 months ago
Rate.cs Backport commits that fix rate function giving incorrect results 1 year ago
Rept.cs fix compiling warning. 10 years ago
Roman.cs Make non-public API methods static where applicable 4 months ago
Row.cs Replace casts with pattern variable 5 months ago
Rows.cs Replace casts with pattern variable 5 months ago
Sign.cs Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhance some more tests in MathX 10 years ago
Slope.cs Bugzilla 54356 - Support of statistical function SLOPE 10 years ago
Standardize.cs POI Bug 65850 3 years ago
StatsLib.cs [bug-66093] add support for unimplemented subfunctions to SUBTOTAL function 5 months ago
StdevP.cs Added (VAR|STDEV).(P|S) functions 2 years ago
StdevS.cs Added (VAR|STDEV).(P|S) functions 2 years ago
Subtotal.cs Fix analysis errors related to non-concrete type usage 3 months ago
Sumif.cs Replace casts with pattern variable 5 months ago
Sumifs.cs Replace casts with pattern variable 5 months ago
Sumproduct.cs Fix analysis errors related to non-concrete type usage 3 months ago
Sumx2my2.cs Improved comments on IWorkbook, ISheet, IRow and ICell. Enabled xml documentation generation for VS10 release build. 14 years ago
Sumx2py2.cs Improved comments on IWorkbook, ISheet, IRow and ICell. Enabled xml documentation generation for VS10 release build. 14 years ago
Sumxmy2.cs fix LF formatting issue 13 years ago
T.cs Replace casts with pattern variable 5 months ago
TDist.cs POI Bug 64258 3 years ago
TInv.cs Implement T.INV Function 1 year ago
TimeFunc.cs Make non-public API methods static where applicable 4 months ago
Today.cs fix LF formatting issue 13 years ago
Value.cs Bug 54723: Support for percentage in VALUE() function 10 years ago
ValueEvaluationHelper.cs Added (VAR|STDEV).(P|S) functions 2 years ago
Var1or2ArgFunction.cs fix LF formatting issue 13 years ago
Var2or3ArgFunction.cs fix LF formatting issue 13 years ago
Var3or4ArgFunction.cs fix LF formatting issue 13 years ago
VarP.cs Added (VAR|STDEV).(P|S) functions 2 years ago
VarS.cs Added (VAR|STDEV).(P|S) functions 2 years ago
Vlookup.cs Fix analysis errors related to non-concrete type usage 3 months ago
WeekNum.cs Fix some Sonar issues 7 months ago
WeekdayFunc.cs Fix some testcases. 6 years ago
XYNumericFunction.cs Replace casts with pattern variable 5 months ago