Microsoft
Software
Hardware
Network
Question : vbs script to convert csv to xlsx whit colum setup
Hi there i have a small problem. i am working on a small project and is stuck on it.
I need help whit converting a csv file til xlsx fil, but in a difrent level as seen in this forum befor. so can you please help ???
i have a CSV file that contains the followring.
A B C D E
1 test123 chriss medsion jjlklijmk
2 test1235 chriss1 mesion klsdjfklk
and so on.
What i need help whit is to make it look like this, BUT AS A XLSX file
A B C D
1 Username Forename Lastname Password
2 test123 chriss medsion jjlklijmk
3 test1235 chriss1 mesion klsdjfklk
Is there anyone that can help me please, to make a vbs script that can do this ???
Because, when i use the other scripting, then it normaly look like this, and that i can not use.
A
1 Username, Forename, Lastname, Password
2 test123, chriss, medsion, jjlklijmk
3 test1235, chriss1, mesion, klsdjfklk
Thanks in advance for the help.
Answer : vbs script to convert csv to xlsx whit colum setup
use =
<%= ConfigurationManager.AppSe
ttings["Ap
pTitle"].T
oString() %>
or you can set that in code-behind as well ...say in page_load:
Page.Title = ConfigurationManager.AppSe
ttings["Ap
pTitle"].T
oString();
Random Solutions
Out of Office Assistant not working w/Forwarding Configured
Javascript to get <TD> inner text in MSIE, FF and Chrome
How do I (re-)enable heap memory allocation within a CWinThread-derived class thread function invoked directly from InitInstance?
Issues with SCCM CCMSetup client
How do I get this PHP IMAP script to fetch the body of emails? I can't get it to work.
Not able to connect SMB to Tiger Server
Intel Sata RAID controller on RHEL 4 problem
Windows Small Business Server 2008: Critical Event Notification
Sharepoint Webpart page load event issue
C# 4.0 convert from 12h format to 24h format.