Basic JavaScriptUnderstanding of Luckysheet's range API
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
60
研究方向
The bug report indicates that getRangeHtml returns misaligned HTML compared to the correct HTML obtained via ctrl+c. To investigate, locate the getRangeHtml function in the source code (likely in src/js/module/...) and compare its logic with the clipboard copy handler. Look for differences in how cell ranges are iterated or how HTML is constructed. Check if there are any related issues or PRs referenced in the comments. The fix may involve adjusting the order or position of cells in the generated HTML.