Skip to content

CodeWikiOrg/open_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

open_csv - Simplifying CSV File Handling in C

C

open_csv is an easy-to-use C library that simplifies the process of reading and writing CSV (Comma-Separated Values) files in your C projects.

Features

  • Load CSV files with ease.
  • Trim tokens, deleting unwanted leading/trailing whitespaces.
  • More to be added if and whenever needed.

Installation and Usage

To use CSVLib in your project, follow these steps:

  1. Clone this repository to your local machine:

    https://github.com/CodeWikiOrg/open_csv

  2. Include the 'open_csv.h' header file in your C source files.

  3. Build your project with 'open_csv.c' as part of your source files.

Contributing

Contributions are welcome! If you encounter a bug or have ideas for improvements, please open an issue or submit a pull request.

License

open_csv is released under the MIT License. See the LICENSE file for full licensing details.

About

Open-source C library that allows for easier importing and using of '.csv' files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages