Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

Deal with empty or blank cell in excel file using apache poi

package com.roytuts.java.apache.poi.excel.deal.empty.blank.cell;

public class Info {

	private String name;
	private String mobile;
	private String phone;
	private String permAddress;
	private String commAddress;

	//getters and setters

	@Override
	public String toString() {
		return "Info [name=" + name + ", mobile=" + mobile + ", phone=" + phone + ", permAddress=" + permAddress
				+ ", commAddress=" + commAddress + "]";
	}

}
Source by roytuts.com #
 
PREVIOUS NEXT
Tagged: #Deal #empty #blank #cell #excel #file #apache #poi
ADD COMMENT
Topic
Name
9+7 =