aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* | initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-118-82/+459
* | add support for PathJames Ahlborn2018-11-295-84/+169
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-2721-248/+248
* | switch to commons lang3James Ahlborn2018-11-2718-62/+60
|/
* implement Format with predefined formatsJames Ahlborn2018-11-2011-79/+309
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-153-9/+21
* beginnings of general format supportJames Ahlborn2018-11-133-2/+129
* share nchars implJames Ahlborn2018-11-132-10/+8
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-134-12/+39
* implement FormatDateTime functionJames Ahlborn2018-11-134-26/+143
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-081-43/+73
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-081-2/+5
* add more numeric configJames Ahlborn2018-11-082-8/+46
* untested support for FormatNumberJames Ahlborn2018-11-071-0/+62
* implement DateDiff functionJames Ahlborn2018-11-062-6/+164
* implement replace functionJames Ahlborn2018-11-035-35/+78
* implement Val functionJames Ahlborn2018-11-023-40/+52
* finish DateAdd functionJames Ahlborn2018-10-295-20/+63
* initial work for DateAdd functionJames Ahlborn2018-10-283-1/+65
* update javadocs for new functionJames Ahlborn2018-10-221-1/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-1813-135/+388
* reimplemnt and test financial functionsJames Ahlborn2018-10-104-303/+247
* add support for strconv functionJames Ahlborn2018-10-053-16/+64
* handle am/pm suffix dependent on date/time configJames Ahlborn2018-10-051-9/+12
* handle alternate decimal separators based on numeric configJames Ahlborn2018-10-051-6/+21
* set default date/time and numeric config for a databaseJames Ahlborn2018-10-051-3/+2
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-0430-727/+710
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-299-118/+285
* add support for weekdayname functionJames Ahlborn2018-09-261-14/+55
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-183-6/+57
* more doc updatesJames Ahlborn2018-09-062-30/+27
* refactor support for working with Value instancesJames Ahlborn2018-09-0610-249/+281
* add a bunch of javadocs for expr classesJames Ahlborn2018-09-069-17/+228
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-248-265/+532
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+33
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-261-5/+5
* add some date function testsJames Ahlborn2018-07-251-5/+14
* minor updateJames Ahlborn2018-07-171-0/+2
* test number functionsJames Ahlborn2018-07-173-7/+11
* test more functionsJames Ahlborn2018-07-172-4/+6
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-173-16/+29
* fix handling of certain field validator expressions; add some tests for vario...James Ahlborn2018-07-142-12/+17
* handle alternate true/false constant valuesJames Ahlborn2018-07-131-4/+11
* add more tests; add not likeJames Ahlborn2018-07-012-1/+15
* more testsJames Ahlborn2018-06-291-0/+1
* use common method pattern between ParseContext and EvalConfigJames Ahlborn2018-06-272-6/+3
* ditch default parse contextJames Ahlborn2018-06-272-21/+1
* minor code warning cleanupsJames Ahlborn2018-06-276-86/+100
* add some tests for functions; fix said functionsJames Ahlborn2018-06-262-27/+28
* return all values in map so that default values, calc values, etc get returne...James Ahlborn2018-06-061-7/+5