0
I Use This!
Low Activity

Commits : Listings

Analyzed 22 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Specially craft formula string output for error formulas. More... about 5 years ago
Create a dedicated token for invalid formula condition. More... about 5 years ago
Add another public function to create formula error token set. More... about 5 years ago
Add a test case for iterating over sheet local named expressions. More... about 5 years ago
Add a test case for iterating through global named expressions. More... about 5 years ago
Initial implementation of named_expressions_iterator. Not tested yet. More... about 5 years ago
Fix handling of nested scopes involving [] and ''. More... about 5 years ago
Handle a lexer name that contains a single-quoted segment. More... about 5 years ago
Parse empty string tokens correctly. More... about 5 years ago
Implement PI and INT built-in functions. More... about 5 years ago
Correctly resolve a named expression in ODFF resolver. More... about 5 years ago
Add tracing on inserted named expressions. More... about 5 years ago
Add trace statements, mostly to use the to_string() function. More... about 5 years ago
Add a set of test cases for the new ODF cell-range-address syntax. More... about 5 years ago
Refactor calc_a1_resolver into dot_a1_resolver with func objects. More... about 5 years ago
Add a method doc, to make it clear that the base sheet position ... More... about 5 years ago
Retire DEBUG_NAME_RESOLVER in favor of using spdlog. More... about 5 years ago
Remove this comment as this is no longer true. More... about 5 years ago
Add a test case for ODFF resolver... More... about 5 years ago
Add a few more test cases and fix the handling of absolute sheet flag. More... about 5 years ago
Ensure that it resolves relative sheet indices correctly. More... about 5 years ago
Correctly handle multi-sheet range references. More... about 5 years ago
Add range reference round-trip test cases for Excel A1 too. More... about 5 years ago
Handle Calc A1's absolute sheet names. More... about 5 years ago
Add absolute address markers to stir things up. More... about 5 years ago
Remove duplicate code blocks. More... about 5 years ago
Handle absolute sheet names correctly & handle range references. More... about 5 years ago
Initial Calc A1 resolver implementation. More... about 5 years ago
Let's not catch all exceptions silently during formula tokenization. More... about 5 years ago
Make sure we print in-equality opcode tokens correctly. More... about 5 years ago