About 50 results
Open links in new tab
  1. How to convert data from txt files to Excel files using python

    Aug 13, 2018 · The pandas library is wonderful for reading csv files (which is the file content in the image you linked). You can read in a csv or a txt file using the pandas library and output this to excel …

  2. How do I convert a column of text URLs into active hyperlinks in Excel ...

    I have a column in excel, wherein I have all the website url values. My question is I want to turn the url values to active links. There are about 200 entries in that column with different urls in ...

  3. Stop Excel from automatically converting certain text values to dates

    Oct 3, 2008 · 639 Does anyone happen to know if there is a token I can add to my csv for a certain field so Excel doesn't try to convert it to a date? I'm trying to write a .csv file from my application and one …

  4. c# - Convert Text file to Excel - Stack Overflow

    Mar 17, 2015 · What are the relative merits of: read the text file into a string/list then check the data then write the data to different Excel files? or use a TextToColumn () method in C# then start the editing …

  5. excel - Convert pipe delimited txt file to xlsx - Stack Overflow

    1. Drag sample1.txt file to empty workbook. Then it creates new workbook with single sheet with sheet name same as sample1 copying all lines in file under column A. 2. Select column A and use text to …

  6. excel - How do I create a fixed width text file? - Stack Overflow

    I have a fixed width text file that I needed to edit about 200 rows of. Importing into excel is easy but when I have completed my edits and try to save the file as a space-delimited or text file al...

  7. excel - Convert PDF to text file using VBA and Adobe Acrobat XI ...

    Aug 23, 2022 · The task: I am attempting to iterate over a series of URLs presented in excel and generate complete text files for each. So far: The VBA solution in the previous post uses Word to …

  8. plot - plotting data from a txt file with excel - Stack Overflow

    Dec 26, 2022 · In excel, select the first column which should contain all the columns from your text file. In the excel menus (or using the search field), select « convert ». Then chose the type « delimiter », …

  9. excel - Powershell Script to convert txt to xlsx - Stack Overflow

    Mar 21, 2014 · 0 I would investigate the FileFormat parameter of the SaveAs method, although it won't magically convert a text file into a nicely formatted workbook.

  10. Convert text files to excel files using python - Stack Overflow

    Oct 30, 2013 · Hi all,now I'm already can convert text files to excell file by python using script that was given from user named Rami Helmy.A big thanks for him.But now,That script will produce more than …