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.