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

    Sep 10, 2020 · I have a text file that contains data like this. It is is just a small example, but the real one is pretty similar. I am wondering how to display such data in an "Excel Table" like this …

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

    The hyperlink style alone won't convert to clickable links, and the "Insert Hyperlink" dialog can't seem to use the text as the address for a bunch of cells in bulk. Aside from that, F2 and Enter …

  3. 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 …

  4. Excel CSV. file with more than 1,048,576 rows of data

    I was able to edit a large 17GB csv file in Sublime Text without issue (line numbering makes it a lot easier to keep track of manual splitting), and then dump it into Excel in chunks smaller than …

  5. Text file to a excel file (tab delimited) with python

    You can open this in pandas by using whitespace as the delimiter, then save to a CSV (comma-separated values) or TSV (tab-separated values). Excel will happily open either of those formats.

  6. How to covert .txt file into .xls file in UNIX? - Stack Overflow

    0 First, convert the txt files to csv files (make a sed or tr command to change tab for comma. With tr command tr '\t' ',' < file.txt > file2.txt Then convert the csv do DOS format unix2dos …

  7. Convert txt file to excel in vbscript - Stack Overflow

    I am trying to convert a text file into an excel sheet. This is what the format looks like. I have tried writing a script but currently all it does is overwrites my current text file adding my col...

  8. How to convert a text file to PDF using VBA? - Stack Overflow

    Apr 21, 2022 · I want to convert a list of text files in a particular folder into PDF. I have written logic to open a single text file from Word document to be saved in a PDF format but it is not …

  9. Converting txt data into excel using pandas - Stack Overflow

    May 3, 2020 · How to convert this data? into like this: To be clear would like to convert text file into Excel using pandas, also to be able to do something with data, like sorting e.t.c the data …

  10. Convert Oracle Standard Report output from text to excel

    Apr 30, 2019 · I have a user requirement to convert oracle standard report (Transaction Historical Summary)'s output into Excel I have tried to change output to xml to get the xml tags so to …