About 276,000 results
Open links in new tab
  1. Workbooks.OpenText not parsing csv files properly Excel 2016

    May 12, 1999 · OpenText ignores all format options with a CSV file having a .csv extension. With a CSV file having a .txt extension and using the xlDelimited option, OpenText takes account of …

  2. Workbooks.OpenText Error "Expected function or variable"

    May 25, 2020 · You're trying to set the workbook variable while using the OpenText method but OpenText doesn't return a workbook reference. Do this instead. Dim Indata As …

  3. How to open Text File with .OpenText in VBA that starts with first ...

    I've come across a nasty little bug in Excel VBA's .OpenText method.. It errors on opening any text or CSV file when the first two letters are upper-case "ID". It errors on opening any text or …

  4. .net - Unable to open a file using System.IO.File.OpenText(file path ...

    Dec 8, 2016 · Please find the updated code. Here i am trying to open a file which exists. Here is the code snippet. sample.txt is to get the complete file path. I am manually using that path and …

  5. opentext - REST API to upload PDF's and index values to …

    I want to upload some documents to Open Text via the REST API's. I have an Open Text CS set up, but I am not able to hit any of the REST API's.

  6. How to programatically define FieldInfo parameter on Workbooks ...

    Jul 20, 2018 · The Workbooks.OpenText method takes a parameter called FieldInfo to determine the format types in each column. For example the following code will open a text file and give …

  7. How do I close an .OpenText ().ReadLine () stream properly as I am ...

    Feb 17, 2012 · I need to read the string in the text file which contains the default image name and then close the ReadLine().

  8. FileInfo.OpenText() Fails To Read Special Characters E.G. üò°

    Jun 6, 2012 · fi.OpenText opens a StreamReader with UTF8 encoding. If you need different encoding, use this instead: using (var reader = new StreamReader(fi.FullName, …

  9. Upload documents with OPENTEXT REST API not working

    Dec 19, 2018 · I'm new to the OPENTEXT Rest API and while I'm able to authenticate/create folders using it, I can't get the document upload to work. The following is the code I've been …

  10. How can I add a new document to Content Server 10.5 using the …

    Dec 28, 2015 · It appears that the OpenText API only supports file uploads through asynchronous JavaScript uploads - not through traditional file uploads by using typical posted form requests …