摘要: 获取Excel列对应的字母位置 /** * 根据列的位置获取列对应的坐标 * @param index 列的位置 如1对应A * @return 字母 */ private static String getIndex(Integer index){ String str = ""; if(inde 阅读全文
posted @ 2022-12-29 16:04 白玉神驹 阅读(290) 评论(0) 推荐(1)