本帖最后由 Lynn.Dou 于 2022-7-8 12:17 编辑
json是其他excel区域toJson生成的。
可以执行一下下面的代码试试。
Workbook workbook = new Workbook();
IWorksheet worksheet = workbook.getWorksheets().get(0);
worksheet.getRange(0,3,4,5).fromJson("{\"0\":{\"3\":{\"value\":\"身故发生率乘数因子\",\"style\":{\"backColor\":\"rgb(0,32,96)\",\"font\":\"normal bold 11pt 'Microsoft YaHei Light',sans-serif\",\"textDecoration\":0,\"foreColor\":\"Background 1\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":true,\"shrinkToFit\":false,\"formatter\":\"General\",\"quotePrefix\":false}},\"4\":{\"style\":{\"backColor\":\"Text 2 80\",\"font\":\"normal bold 11pt 'Microsoft YaHei Light',sans-serif\",\"textDecoration\":0,\"foreColor\":\"Background 1\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":true,\"shrinkToFit\":false,\"formatter\":\"General\",\"quotePrefix\":false}}},\"1\":{\"3\":{\"value\":\"性别\",\"style\":{\"backColor\":\"Accent 5 -50\",\"font\":\"normal bold 11pt 'Microsoft YaHei Light',sans-serif\",\"textDecoration\":0,\"foreColor\":\"Background 1\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":false,\"shrinkToFit\":false,\"formatter\":\"General\",\"quotePrefix\":false}},\"4\":{\"value\":\"乘数因子\",\"style\":{\"backColor\":\"Accent 5 -50\",\"font\":\"normal bold 11pt 'Microsoft YaHei Light',sans-serif\",\"textDecoration\":0,\"foreColor\":\"Background 1\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":false,\"shrinkToFit\":false,\"formatter\":\"General\",\"quotePrefix\":false}}},\"2\":{\"3\":{\"value\":{\"richText\":[{\"style\":{\"foreColor\":\"Background 1\",\"font\":\" bold 9pt 'Microsoft YaHei Light',sans-serif\",\"vertAlign\":0},\"text\":\"男\"}]},\"style\":{\"backColor\":\"Accent 5 -50\",\"font\":\"normal bold 9pt Arial,sans-serif\",\"textDecoration\":0,\"foreColor\":\"Background 1\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":false,\"shrinkToFit\":false,\"formatter\":\"General\",\"quotePrefix\":false}},\"4\":{\"value\":1.0,\"style\":{\"backColor\":\"Accent 5 40\",\"font\":\"normal bold 9pt Arial,sans-serif\",\"textDecoration\":0,\"foreColor\":\"Text 1 5\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":false,\"shrinkToFit\":false,\"formatter\":\"0.00%\",\"quotePrefix\":false}}},\"3\":{\"3\":{\"value\":{\"richText\":[{\"style\":{\"foreColor\":\"Background 1\",\"font\":\" bold 9pt 'Microsoft YaHei Light',sans-serif\",\"vertAlign\":0},\"text\":\"女\"}]},\"style\":{\"backColor\":\"Accent 5 -50\",\"font\":\"normal bold 9pt Arial,sans-serif\",\"textDecoration\":0,\"foreColor\":\"Background 1\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":false,\"shrinkToFit\":false,\"formatter\":\"General\",\"quotePrefix\":false}},\"4\":{\"value\":1.0,\"style\":{\"backColor\":\"Accent 5 40\",\"font\":\"normal bold 9pt Arial,sans-serif\",\"textDecoration\":0,\"foreColor\":\"Text 1 5\",\"borderLeft\":{\"style\":0},\"borderTop\":{\"style\":0},\"borderRight\":{\"style\":0},\"borderBottom\":{\"style\":0},\"borderHorizontal\":{\"style\":0},\"borderVertical\":{\"style\":0},\"locked\":true,\"hAlign\":1,\"vAlign\":1,\"textIndent\":0,\"wordWrap\":false,\"shrinkToFit\":false,\"formatter\":\"0.00%\",\"quotePrefix\":false}}}}");
|