File tree Expand file tree Collapse file tree
EPPlus/FormulaParsing/Excel/Functions/Helpers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using System . Text ;
1+ /*************************************************************************************************
2+ Required Notice: Copyright (C) EPPlus Software AB.
3+ This software is licensed under PolyForm Noncommercial License 1.0.0
4+ and may only be used for noncommercial purposes
5+ https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+ A commercial license to use this software can be purchased at https://epplussoftware.com
8+ *************************************************************************************************
9+ Date Author Change
10+ *************************************************************************************************
11+ 05/07/2023 EPPlus Software AB Implemented function
12+ *************************************************************************************************/
13+ using System ;
514
615namespace OfficeOpenXml . FormulaParsing . Excel . Functions . Helpers
716{
Original file line number Diff line number Diff line change 1- using OfficeOpenXml . FormulaParsing . Ranges ;
1+ /*************************************************************************************************
2+ Required Notice: Copyright (C) EPPlus Software AB.
3+ This software is licensed under PolyForm Noncommercial License 1.0.0
4+ and may only be used for noncommercial purposes
5+ https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+ A commercial license to use this software can be purchased at https://epplussoftware.com
8+ *************************************************************************************************
9+ Date Author Change
10+ *************************************************************************************************
11+ 05/07/2023 EPPlus Software AB Implemented function
12+ *************************************************************************************************/
13+ using OfficeOpenXml . FormulaParsing . Ranges ;
214using System ;
315using System . Collections . Generic ;
416using System . Linq ;
Original file line number Diff line number Diff line change 1- using OfficeOpenXml . FormulaParsing . Excel . Functions . MathFunctions ;
2- using OfficeOpenXml . FormulaParsing . Excel . Functions . RefAndLookup ;
3- using OfficeOpenXml . FormulaParsing . Excel . Functions . Text ;
1+ /*************************************************************************************************
2+ Required Notice: Copyright (C) EPPlus Software AB.
3+ This software is licensed under PolyForm Noncommercial License 1.0.0
4+ and may only be used for noncommercial purposes
5+ https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+ A commercial license to use this software can be purchased at https://epplussoftware.com
8+ *************************************************************************************************
9+ Date Author Change
10+ *************************************************************************************************
11+ 05/07/2023 EPPlus Software AB Implemented function
12+ *************************************************************************************************/
413using System ;
514using System . Collections . Generic ;
615using System . Linq ;
7- using System . Text ;
8- using System . Xml . Xsl ;
916
1017namespace OfficeOpenXml . FormulaParsing . Excel . Functions . Helpers
1118{
Original file line number Diff line number Diff line change 1- using System ;
1+ /*************************************************************************************************
2+ Required Notice: Copyright (C) EPPlus Software AB.
3+ This software is licensed under PolyForm Noncommercial License 1.0.0
4+ and may only be used for noncommercial purposes
5+ https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+ A commercial license to use this software can be purchased at https://epplussoftware.com
8+ *************************************************************************************************
9+ Date Author Change
10+ *************************************************************************************************
11+ 05/07/2023 EPPlus Software AB Implemented function
12+ *************************************************************************************************/
13+ using System ;
214using System . Collections . Generic ;
315using System . Linq ;
416using System . Text ;
Original file line number Diff line number Diff line change 1- using OfficeOpenXml . FormulaParsing . Ranges ;
1+ /*************************************************************************************************
2+ Required Notice: Copyright (C) EPPlus Software AB.
3+ This software is licensed under PolyForm Noncommercial License 1.0.0
4+ and may only be used for noncommercial purposes
5+ https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+ A commercial license to use this software can be purchased at https://epplussoftware.com
8+ *************************************************************************************************
9+ Date Author Change
10+ *************************************************************************************************
11+ 05/07/2023 EPPlus Software AB Implemented function
12+ *************************************************************************************************/
13+ using OfficeOpenXml . FormulaParsing . Ranges ;
214using System ;
315using System . Collections . Generic ;
416using System . Linq ;
Original file line number Diff line number Diff line change @@ -1049,6 +1049,5 @@ public void issue2191()
10491049
10501050 Assert . AreEqual ( "B2" , dbv . Address ) ;
10511051 }
1052-
10531052 }
10541053}
You can’t perform that action at this time.
0 commit comments