Cell Merging

FlexSheet supports to merge the selected cells into one cell via invoking the mergeRange method.
If the selected cells contain merged cell, the mergeRange method will un-merge the merged cell.
Otherwise it will merge the selected cells into one cell.
This is different with FlexGrid. FlexGrid is content-driven cell merging.