This release adds/updates some instructions and example scripts:
- Add an instruction DOM_LOAD for creating a DOMDocument object from a XML/HTML string, with an example script "script - HTML to cell array" added for converting a HTML string in clipboard to a cell array, which helps to prepare cell array from existing HTML.
- Add an instruction STRING_FROM_CELL_ARRAY for creating string from cell array, with the example subroutine "script_sub - entity&DAO" updated to make use of STRING_FROM_CELL_ARRAY to prepare code template in Excel.
- Update the instructions ARRAY_MERGE/ARRAY_MERGE_STRING/ARRAY_MERGE_VALUE - add an argument to indicate whether to keep empty rows.
- Update the instruction XML_FROM_CELL_ARRAY to always keep empty rows.