@scottalanmiller mv test.csv test.xlsx will helps to convert the .csv files?
Posts
-
RE: Bash Script to Convert .csv to .xlsxposted in IT Discussion
-
Centos 7.3 Installedposted in IT Discussion
I have installed Centos 7.3 KDE version in my machine now. For learning RHEL class. I face one issue is that battery indication is shown as 0% but the charging is happening. How to install only that package in the machine. Since i have yum update it asking to update up to 400 MB. Now my data is less. So need to update only Battery indication. How to do this ?
-
RE: Bash Script to Convert .csv to .xlsxposted in IT Discussion
I am in need for the Linux or for Mac with the help of Python if it is possible !!!
-
Bash Script to Convert .csv to .xlsxposted in IT Discussion
Can anyone help me with the bash script things to be used for the conversion of .csv to .xlsx files ?
Having the .csv files in one folder that have to be converted into .xlsx files
-
RE: Happy Pongal 2018posted in News
@scottalanmiller said in Happy Pongal 2018:
So holiday until Wednesday?
Today is 15/Jan/2018 where Cow Pongal but i am in Office
-
RE: Anyone from xByte aroundposted in xByte
@scottalanmiller said in Anyone from xByte around:
@lakshmana said in Anyone from xByte around:
@scottalanmiller What is that Blueberry ?
I thought that we were naming fruit
Why did you say raspberry?Raspbery Pi
-
CPU Flaw old news now renewedposted in IT Discussion
CPU Flaw was found and its being informed from Google Project Zero
-
RE: VBSCript Issuesposted in IT Discussion
@dafyre No.Verify this
Set objExcel = CreateObject(“Excel.Application”)
objExcel.Visible = True
Set objWorkbook1= objExcel.Workbooks.Open(“C:\Documents and Settings\mohan.kakarla\Desktop\1.xls”)
Set objWorkbook2= objExcel.Workbooks.Open(“C:\Documents and Settings\mohan.kakarla\Desktop\2.xls”)
objWorkbook1.Worksheets(“Sheet1”).UsedRange.Copy
objWorkbook2.Worksheets(“Sheet1”).Range(“A1”).PasteSpecial Paste =xlValues
objWorkbook1.save
objWorkbook2.save
objWorkbook1.close
objWorkbook2.close
set objExcel=nothing -
RE: Robocopy only .csvposted in IT Discussion
@irj said in Robocopy only .csv:
Are you taking the time to learn these scripts or are you just copying and pasting?
Making copy paste the files by wildcard.This is the aim
-
RE: VBSCript Issuesposted in IT Discussion
@dafyre Actually I am having 6 Sheet in One Excel File where Sheet 1 not disturbed,
Sheet 2,3,4,5 where copied the files from the source path provided.This is the 6th Sheet which through error -
VBSCript Issuesposted in IT Discussion
I am having 5 VB Scripts which copies the data from One Excel to another excel..All the scripts just need to mention the Page name in it but only one VB script which gives the error
C:\chat.vbs(5, 1) Microsoft VBScript runtime error: Subscript out of range
What may be the issue ?
Verifying this link for .vbs
https://quicktestprofessional.wordpress.com/2008/06/09/copy-an-excel-sheet-to-another-excel/
-
RE: Robocopy only .csvposted in IT Discussion
@black3dynamite said in Robocopy only .csv:
@lakshmana said in Robocopy only .csv:
I am getting invalid
ERROR : Invalid Parameter #1 :Which command gave you an invalid parameter?
Local to Local Copy
-
RE: Robocopy only .csvposted in IT Discussion
@mike-davis Ok Thanks I will try the same
@mike-davis said in Robocopy only .csv:
Correct syntax is:
robocopy *.csv c:\folder1 c:\folder2ERROR : No Destination Directory Specified.
