Subversion Repositories SmartDukaan

Rev

Rev 5326 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5326 Rev 5945
Line 182... Line 182...
182
            throws Exception 
182
            throws Exception 
183
    {
183
    {
184
        CellStyle styleWT = wb.createCellStyle();
184
        CellStyle styleWT = wb.createCellStyle();
185
        styleWT.setWrapText(true);
185
        styleWT.setWrapText(true);
186
	    CatalogClient catalogServiceClient = new CatalogClient();
186
	    CatalogClient catalogServiceClient = new CatalogClient();
187
        in.shop2020.model.v1.catalog.InventoryService.Client catalogClient = catalogServiceClient.getClient();
187
        in.shop2020.model.v1.catalog.CatalogService.Client catalogClient = catalogServiceClient.getClient();
188
        
188
        
189
		// CART SHEET
189
		// CART SHEET
190
	    Sheet cartSheet = wb.createSheet("Cart");
190
	    Sheet cartSheet = wb.createSheet("Cart");
191
	    short cartSerialNo = 0;
191
	    short cartSerialNo = 0;
192
 
192