Subversion Repositories SmartDukaan

Rev

Rev 22865 | Rev 23017 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22865 Rev 22924
Line 51... Line 51...
51
	
51
	
52
	public static void main(String[] args) throws Throwable{
52
	public static void main(String[] args) throws Throwable{
53
		//List<Integer> intervals = Arrays.asList(5, 10, 15, 20, 25);
53
		//List<Integer> intervals = Arrays.asList(5, 10, 15, 20, 25);
54
		//writeInventoryItemAgingModels(inventoryItemAgingModels, intervals);
54
		//writeInventoryItemAgingModels(inventoryItemAgingModels, intervals);
55
	}
55
	}
56
	public static List<TagListingModel> parse(InputStream inputStream) throws Throwable {
56
	public static List<TagListingModel> parse(InputStream inputStream) throws Exception {
57
		
57
		
58
		List<TagListingModel> tagListings = new ArrayList<>();
58
		List<TagListingModel> tagListings = new ArrayList<>();
59
		XSSFWorkbook myWorkBook = null;
59
		XSSFWorkbook myWorkBook = null;
60
		try{
60
		try{
61
			//FileInputStream fileInputStream = new FileInputStream("/home/ashikali/tag_listing1.xlsx");
61
			//FileInputStream fileInputStream = new FileInputStream("/home/ashikali/tag_listing1.xlsx");