# csv-fortran **Repository Path**: zoziha/csv-fortran ## Basic Information - **Project Name**: csv-fortran - **Description**: 📊`csv-fortran`: A personality collection of commonly used functions for CSV-files for Fortran. - **Primary Language**: FORTRAN - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-09 - **Last Updated**: 2024-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: Fortran, fpm, Csv, Excel ## README # Parser for CSV-files in Fortran A personality collection of commonly used functions for CSV-files for Fortran. *Suggestions and code contributions are welcome.* ```fortran use csv_fortran_m, only: csv_file ``` ## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ```sh fpm run --example --list ``` ```toml [dependencies] csv-fortran = { git = "https://gitee.com/zoziha/csv-fortran.git" } ``` ## Reference - [jacobwilliams/fortran-csv-module](https://github.com/jacobwilliams/fortran-csv-module)