-
VBA-CSV-interface
The power you need to cleanse, filter, sort, reshape, manage and analyze data from CSV files.
I am so excited to introduce to this great community the Pre-release v3 of the VBA CSV Interface library. The new version involved the complete rewrite of the v2.0.4 class module, due to the huge variety of options offered by the latest version:
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ECPTextStream
ECPTextStream is a VBA text buffered reader designed to manage text streams in Microsoft Office applications, from VBA.
Parse CSV/TSV through streams with the ECPTextStream class module.
-
stdVBA
VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
As a result of bundling my classes usually have numerous internal structs and methods. I think this is highly non-standard but a good way of ensuring imported classes work first time without having to search around for the necessary dependencies based on compile errors...