Search:

Type: Posts; User: swapna

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    3,786

    Re: how to read chinese data from excel to java

    copy & paste following chinese characters in the excel sheet
    订单中心
    用户名:
    密码:
    我的销售编号
    所有销售编号
    选择销售组织并提供搜索标准
    选择销售组织
    销售对象编号:
    销售对象名称:
  2. Replies
    5
    Views
    3,786

    Re: how to read chinese data from excel to java

    package com.i18n.action;

    import java.io.FileOutputStream;
    import java.util.ArrayList;
    import java.util.Date;
    import java.util.HashMap;
    import java.util.HashSet;
    import java.util.Iterator;...
  3. Replies
    5
    Views
    3,786

    how to read chinese data from excel to java

    while iam reading data from excel to java, iam getting question marks.
    iam using workbook
    code is as follows


    while (rows.hasNext()) {

    boolean isRecordExist = false;
    HSSFRow row =...
Results 1 to 3 of 3