-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Labels
FeatureSomething we can add later on without introducing a breaking changeSomething we can add later on without introducing a breaking changeODFF ConformanceODDF 1.3 Evaluator requirementODDF 1.3 Evaluator requirementODFF VariancesImplementation-defined, Unspecified, and Behavioral ChangesImplementation-defined, Unspecified, and Behavioral ChangesVerifiedVerified by HandsoncodeVerified by Handsoncode
Description
Description
Extracted from #12
Some spreadsheet applications add dollar sign $ to sheet name to indicate it as an absolute reference. It is absolute by nature so ODFF allows making it optional.
- We can make it optional in regex so we can always parse copied formula from other sources. Then normalize it to our settings (default hardcoded is a reference without
$) - Add a config option to change the above default, and always
unparseformula with$before sheet name.
Spec
"OOo 2.0 always generates absolute Sheetnames if it's not the current sheet (i.e., '$' always prefixes a Sheetname). However, the OpenDocument 1.0 specification 8.3.1 clearly makes the "$" optional in front of a sheet name. "
This is a part of ODFF Variances and a nice to have.
Metadata
Metadata
Assignees
Labels
FeatureSomething we can add later on without introducing a breaking changeSomething we can add later on without introducing a breaking changeODFF ConformanceODDF 1.3 Evaluator requirementODDF 1.3 Evaluator requirementODFF VariancesImplementation-defined, Unspecified, and Behavioral ChangesImplementation-defined, Unspecified, and Behavioral ChangesVerifiedVerified by HandsoncodeVerified by Handsoncode