Each Command using markup language doesn't read "items" attr
See original GitHub issueI was using markup language to map list on excel as mentioned in demo, but it was always giving me error that source is null
. Then I debugged it and realized that it is not reading items
attr from comment.
When I set value for items in EachCommand
class manually using debugger, then things work fine.
The regex matcher doesn’t consider items
as attr, hence it is not adding it in command attr map.
My command:
Value of items is null
Issue Analytics
- State:
- Created a year ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Declaring language in HTML - W3C
Quick answer. Always use a language attribute on the html tag to declare the default language of the text in the page. This...
Read more >lang - HTML: HyperText Markup Language - MDN Web Docs
The lang global attribute helps define the language of an element: the language that non-editable elements are written in, or the language ...
Read more >What is HTML and How Does Hypertext Markup Language ...
HTML (Hypertext Markup Language) is a text-based approach to describing how content contained within an HTML file is structured. This markup tells a...
Read more >What Is HTML? Hypertext Markup Language Basics Explained
However, it does not have content nor an end tag. Lastly, every HTML document must start with a <!DOCTYPE> declaration to inform the...
Read more >Links - Usability & Web Accessibility - Yale University
In that case, a screen reader may only read the link text and not the ... it is very important for them to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It worked when I tried editing using MS Excel. Thanks for your support. It would be good if we mention this in documentation that only use MS Excel for editing template, otherwise one would spend too much time in figuring out what went wrong.
Yes, please only edit jxls templates with Microsoft Excel. We will check the documentation.