Export data to excel sheet
-
hi all, l made a class and i want to export its values stored in members data to an excel file can any one give me a beginning my class like
static class Export { private static ArrayList arrivalRate = new ArrayList(); private static ArrayList customersNo = new ArrayList(); }
and i wanna to make member data is the header of the row and the values in the arraylist are in squence in the adjacent cells. also i wanna to ask about automatic documentation, i used SandCastle but i cannot deal correctly with it, so can any one give me a program that only executable file i give it the file path only like what happened in javadoc.exe thanx Generator -
hi all, l made a class and i want to export its values stored in members data to an excel file can any one give me a beginning my class like
static class Export { private static ArrayList arrivalRate = new ArrayList(); private static ArrayList customersNo = new ArrayList(); }
and i wanna to make member data is the header of the row and the values in the arraylist are in squence in the adjacent cells. also i wanna to ask about automatic documentation, i used SandCastle but i cannot deal correctly with it, so can any one give me a program that only executable file i give it the file path only like what happened in javadoc.exe thanx Generator -
Hi, thanx for ur help ur information make me make it successfully thanx alot Generator
-
Hi, thanx for ur help ur information make me make it successfully thanx alot Generator