ObjCSV
CSV handler
A library of functions for working with CSV files in AutoHotkey
AutoHotkey_L (AHK) functions to load from CSV files, sort, display and save as CSV collections of records using the Object data type. Files can be read and saved in any delimited format (CSV, semi-colon, tab delimited, single-line or multi-line, etc.). Collections can also be displayed, edited and read in GUI ListView objects.
30 stars
6 watching
12 forks
Language: AutoHotkey
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ahk-just-me/class_lv_colors | Provides a way to color individual cells and rows in an AutoHotkey ListView control. | 30 |
hi5/csv | A library of functions to work with comma-separated value files | 59 |
pulover/class_lv_rows | Provides a set of functions to extend and customize AutoHotkey's ListView control | 17 |
ahk-just-me/class_lv_incelledit | Provides in-cell editing functionality for ListView controls in AHK GUIs. | 15 |
ahk-just-me/lv_ex | Provides custom functionality for GUI ListViews in AutoHotkey scripts. | 17 |
nrinaudo/kantan.csv | A CSV handling library that provides a functional and safe interface to work with comma-separated data files. | 346 |
jim-vxe/ahk-lib-table | A collection of AutoHotkey functions to manipulate tabular data in a standard format. | 6 |
asafdav/ng-csv | Tool for generating downloadable CSV files from arrays and objects in web applications. | 572 |
hoppfrosch/ahk_ctable | A class library for creating and manipulating tables in AutoHotkey scripts. | 9 |
yaslab/csv.swift | A Swift library for reading and writing CSV files with various features like header rows, field values, and character encoding. | 669 |
cocobelgica/autohotkey-util | Utility functions to support development and automation tasks in AutoHotkey scripting | 95 |
cocobelgica/autohotkey-serdes | Software to convert AutoHotkey object structures into human-readable strings or binary files. | 14 |
joedf/libcon.ahk | A simple AutoHotkey library for creating console-based applications with standard input/output operations and error handling. | 60 |
vim-scripts/autohotkey-ahk | A Vim script for syntax highlighting Autohotkey scripts | 15 |
jleb/ahksock | A wrapper around Winsock APIs to facilitate TCP/IP communication in AutoHotkey scripts | 78 |