File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1109,9 +1109,9 @@ ctx-munge: context [
1109
1109
"Parses a series according to grammar rules"
1110
1110
series [series! ]
1111
1111
rules [block! ]
1112
- ] compose [
1112
+ ] [
1113
1113
all [settings/console settings/called 'parse]
1114
- also ( either settings /build = 'r2 [[ parse/all series rules]] [[parse series rules]]) all [settings/console settings/exited ]
1114
+ also parse series rules all [settings/console settings/exited ]
1115
1115
]
1116
1116
1117
1117
read-binary : function [
@@ -1239,7 +1239,11 @@ ctx-munge: context [
1239
1239
all [settings/console settings/called 'sheets?]
1240
1240
blk: copy []
1241
1241
parse to string! unarchive/only file %xl/workbook.xml [
1242
- any [thru {<sheet name="} copy name to {"} (append blk trim name)]
1242
+ any [
1243
+ thru {<sheet } copy tmp to #">" (
1244
+ parse tmp [thru {name="} copy name to {"} (append blk trim name)]
1245
+ )
1246
+ ]
1243
1247
]
1244
1248
all [settings/console settings/exited ]
1245
1249
blk
You can’t perform that action at this time.
0 commit comments