¡@

Home 

c# Programming Glossary: csv

How to read a CSV file into a .NET Datatable

http://stackoverflow.com/questions/1050112/how-to-read-a-csv-file-into-a-net-datatable

to read a CSV file into a .NET Datatable How can I load a CSV file into a.. to read a CSV file into a .NET Datatable How can I load a CSV file into a System.Data.DataTable creating the datatable based.. System.Data.DataTable creating the datatable based on the CSV file Is there a class library for this or can I use ADO.net..

Create Excel (.XLS and .XLSX) file from C# [closed]

http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp

directly to create the file using OLE Automation. The .CSV file solution is easy and is the current way I am handling this.. but may not yield much more than what I can achieve with CSV files. I will look more into the 2003 xml format but that also..

Reading CSV files in C#

http://stackoverflow.com/questions/1544721/reading-csv-files-in-c-sharp

CSV files in C# Does anyone know of an open source library that..

CSV File Imports in .Net [closed]

http://stackoverflow.com/questions/1898/csv-file-imports-in-net

File Imports in .Net closed I realize this is a newbie question.. like there should be one. What's the best way to import a CSV file into a strongly typed data structure Again simple better...

Parsing CSV files in C#

http://stackoverflow.com/questions/2081418/parsing-csv-files-in-c-sharp

CSV files in C# Is there a default official recommended way to.. C# Is there a default official recommended way to parse CSV files in C# I don't want to roll my own parser. Also I've seen.. I've seen instances of people using ODBC OLE DB to read CSV via the Text driver and a lot of people discourage this due..

Reading csv file

http://stackoverflow.com/questions/3507498/reading-csv-file

class to parse CSV file Here is the sample code See also second example below TextFieldParser..

Import and Export Excel - What is the best library? [closed]

http://stackoverflow.com/questions/444522/import-and-export-excel-what-is-the-best-library

like that just export raw data. I am thinking of flat CSV files but Excel is a customer requirement. I can work with CSV.. files but Excel is a customer requirement. I can work with CSV directly if I had a tool to convert to and from Excel. Given.. the value they deliver when all you need is a fast XLSX CSV conversion routine. c# asp.net excel export to excel import..

servicestack REST API and CORS

http://stackoverflow.com/questions/8211930/servicestack-rest-api-and-cors

GET POST etc and built in endpoints i.e. JSON XML JSV HTML CSV SOAP 1.1 1.2 for free without any config or friction required...

CSV parser/reader for C#? [closed]

http://stackoverflow.com/questions/906841/csv-parser-reader-for-c

parser reader for C# closed is there a good and free implementation.. for C# closed is there a good and free implementation of CSV parser available under some liberal licence Some counterpart.. under some liberal licence Some counterpart of SuperCSV for Java perhaps a port c# csv share improve this question..

How to read a CSV file into a .NET Datatable

http://stackoverflow.com/questions/1050112/how-to-read-a-csv-file-into-a-net-datatable

this or can I use ADO.net to connect to the file c# .net csv datatable share improve this question Here's an excellent..

C#, regular expressions : how to parse comma-separated values, where some values might be quoted strings themselves containing commas

http://stackoverflow.com/questions/1189416/c-regular-expressions-how-to-parse-comma-separated-values-where-some-values

ON 3 lion 4 tiger 5 R red G green B blue 6 bear c# regex csv share improve this question Try with this Regex ^ r n '..

Reading CSV files in .NET?

http://stackoverflow.com/questions/1405038/reading-csv-files-in-net

CSV files using C# display it on the browser c# .net csv share improve this question Two projects of interest http..

Reading CSV files in C#

http://stackoverflow.com/questions/1544721/reading-csv-files-in-c-sharp

an open source library that allows you to parse and read .csv files in C# c# open source csv share improve this question.. you to parse and read .csv files in C# c# open source csv share improve this question Take a look at A Fast CSV Reader..

CSV File Imports in .Net [closed]

http://stackoverflow.com/questions/1898/csv-file-imports-in-net

typed data structure Again simple better. c# vb.net file csv import share improve this question Check out FileHelpers..

Parsing CSV files in C#

http://stackoverflow.com/questions/2081418/parsing-csv-files-in-c-sharp

work to basically deserialize the file into classes. c# csv io file handling share improve this question Let a library..

Simple C# CSV Excel export class

http://stackoverflow.com/questions/2422212/simple-c-sharp-csv-excel-export-class

myCsv myExport.Export myExport.ExportToFile Somefile.csv byte myCsvData myExport.ExportToBytes summary public class CsvExport.. summary Converts a value to how it should output in a csv file If it has a comma it needs surrounding with double quotes.. return Encoding.UTF8.GetBytes Export c# excel csv export share improve this question Slightly different version..

What is the best way to build XML in C# code? [closed]

http://stackoverflow.com/questions/284324/what-is-the-best-way-to-build-xml-in-c-sharp-code

lot of memory. So if you are writing a 100MB xml file from csv you might consider XmlWriter this is more primative a write..

Does the C# “finally” block ALWAYS execute? [duplicate]

http://stackoverflow.com/questions/3216046/does-the-c-sharp-finally-block-always-execute

try switch ext case xls message Great choice break case csv message Better choice break case exe message Do not try to break..

Reading csv file

http://stackoverflow.com/questions/3507498/reading-csv-file

csv file Help needed guys I'm writing a simple import application.. I'm writing a simple import application an need to read a csv file. Show result in a datagrid and show corrupted lines of.. Show result in a datagrid and show corrupted lines of csv file in another grid for example show the lines that are shorter..

Import and Export Excel - What is the best library? [closed]

http://stackoverflow.com/questions/444522/import-and-export-excel-what-is-the-best-library

this question I'm going to throw my hand in for flat csv files if only because you've got the greatest control over the.. export to the customer if you set the mime type to text csv Excel is usually mapped to that type so it appears to the user..

CSV parser/reader for C#? [closed]

http://stackoverflow.com/questions/906841/csv-parser-reader-for-c

Some counterpart of SuperCSV for Java perhaps a port c# csv share improve this question http www.filehelpers.com share..