Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
naming file in excel
Name: cesarNZ Date: January 13, 2009 at 17:25:58 Pacific OS: Windows XP CPU/Ram: na Product: N/a / NA Subcategory: Java
Comment:
hi all, have got a java application (java 1.4.2) which writes data to a MS excel (2003) file and asks the user if he would like to open the file or save the file. When the user selects to open the file for some reason the name of the file gets changed and the file gets opened as read only !! i set the name of the file from the java app by doing calling the HttpServletResponse.setHeader method. The file name does get set as i can see it when the popup appears asking if i want to open/save the file but dont know why MS Excel changes things after that. any ideas on whats going on ?? thanks in advance.
Summary: As it is a csv file, it is only plain text and will loose any formatting you do on it when you close it (as you have already figured out.) If you only use it in excel, save it as an excel sheet rathe...
Summary: How would I go about writing a batch file to copy all the file names in a folder...just the file names not the files and then rename them to something standard like "video1.avi", "video2.avi",etc. THE...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the folder with numbers in the form 001 002 etc. so t...