0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a test case for the 2nd argument missing. More... almost 3 years ago
Update the specs. More... almost 3 years ago
Implement RIGHT() function (#47) More... almost 3 years ago
Fix the CI build. More... almost 3 years ago
Add C++ preprocessing rules for slickedit workspace. More... almost 3 years ago
Fix the LEFT() function to handle utf-8 strings correctly. More... almost 3 years ago
Organize the function declarations by their categories. More... almost 3 years ago
Implement N() function (#47) More... almost 3 years ago
Implement TYPE() function (#47) More... almost 3 years ago
Implement ISNA() function (#47) More... almost 3 years ago
Implement NA() function (#47) More... almost 3 years ago
Implement SHEETS() function (#47) More... almost 3 years ago
Implement SHEET() function (#47) More... almost 3 years ago
Add COLUMNS and ROWS to the specs. More... almost 3 years ago
Implement COLUMNS() and ROWS() functions (#47) More... almost 3 years ago
Add ROW and COLUMN to the specs. More... almost 3 years ago
Implement ROW() function (#47) More... almost 3 years ago
Implement COLUMN() function (#47) More... almost 3 years ago
Add COUNTBLANK to the specs. More... almost 3 years ago
Implement COUNTBLANK() function (#47) More... almost 3 years ago
Specify the return types for COUNT and COUNTA. More... almost 3 years ago
COUNT is now implemented. More... almost 3 years ago
Make sure a whole column range can be used within COUNT(). More... almost 3 years ago
Fix COUNTA() function to allow static string args & no args. More... almost 3 years ago
Add another test case for COUNT that involves formula cells as inputs. More... almost 3 years ago
Implement COUNT() function (#47) More... almost 3 years ago
Replace all uses of IXION_N_ELEMENTS with std::size(). More... almost 3 years ago
Add a public to_formula_error_type() function and use it to ... More... almost 3 years ago
Behave consistently for getting a numeric value too. More... almost 3 years ago
=NOT(A7) where A7 is empty should be true. More... almost 3 years ago