athrunwang

          紀(jì)元
          數(shù)據(jù)加載中……
          java操作excel 插入 讀取 備注 需要smartxls jar包
          import com.smartxls.CommentShape;
          import com.smartxls.WorkBook;

          public class CommentReadSample
          {

              public static void main(String args[])
              {

                  WorkBook workBook = new WorkBook();
                  try
                  {
                      workBook.read("..\\template\\book.xls");

                      // get the first index from the current sheet
                      CommentShape commentShape = workBook.getComment(1, 1);
                      if(commentShape != null)
                      {
                          System.out.println("comment text:" + commentShape.getText());
                          System.out.println("comment author:" + commentShape.getAuthor());
                      }
                  }
                  catch (Exception e)
                  {
                      e.printStackTrace();
                  }
              }
          }

          import com.smartxls.WorkBook;

          public class CommentWriteSample
          {

              public static void main(String args[])
              {
                  WorkBook workBook = new WorkBook();
                  try
                  {
                      //add a comment to B2
                      workBook.addComment(1, 1, "comment text here!", "author name here!");

                      workBook.write(".\\comment.xls");
                  }
                  catch (Exception e)
                  {
                      e.printStackTrace();
                  }
              }
          }

          posted on 2011-12-28 19:01 AthrunWang 閱讀(719) 評(píng)論(0)  編輯  收藏


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 康乐县| 敦化市| 德安县| 白沙| 独山县| 宝鸡市| 曲阳县| 开江县| 柏乡县| 浮山县| 长兴县| 济宁市| 新建县| 连城县| 利辛县| 苏州市| 鹤岗市| 镶黄旗| 四子王旗| 太保市| 华阴市| 大余县| 鹤岗市| 萨嘎县| 扶沟县| 定州市| 德钦县| 扬中市| 蒙自县| 汾阳市| 苍溪县| 汽车| 新沂市| 万安县| 武鸣县| 德令哈市| 五华县| 荔波县| 中宁县| 科尔| 肃北|