CedricBonjour

CedricBonjour/nanocell-csv

A free csv file viewer & editor

2 good first / help-wanted issues · JavaScript · last activity Jul 29, 2025

csv-files data editor visualization
2 Open Issues Need Help Last updated: Jul 29, 2025

Open Issues Need Help

View All on GitHub
Developer Tools File Editors

AI Summary: Enhance the CSV file viewer/editor to improve its header validation. Currently, the application adds underscores to the basename, and the task is to modify the code to remove leading and trailing underscores from the basename during header validation.

Complexity: 3/5
good first issue
CedricBonjour/nanocell-csv
48

A free csv file viewer & editor

JavaScript
#csv-files#data#editor#visualization
Developer Tools File Editors

AI Summary: The task is to fix a bug in a CSV viewer/editor where the column width adjustment fails when the number of columns in the opened file exceeds a certain limit (stg.cols). The issue is that the width adjustment seems to be applied before handling files with more columns than the initial setting allows.

Complexity: 4/5
bug good first issue High priority
CedricBonjour/nanocell-csv
48

A free csv file viewer & editor

JavaScript
#csv-files#data#editor#visualization