Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Senipah/VBA-Better-Array
An array class for VBA providing features found in more modern languages
https://github.com/Senipah/VBA-Better-Array
array arrays csv excel modern vba
Last synced: 2 months ago
JSON representation
An array class for VBA providing features found in more modern languages
- Host: GitHub
- URL: https://github.com/Senipah/VBA-Better-Array
- Owner: Senipah
- License: mit
- Created: 2019-09-28T15:26:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T10:45:37.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:18:16.752Z (6 months ago)
- Topics: array, arrays, csv, excel, modern, vba
- Language: VBA
- Homepage:
- Size: 120 MB
- Stars: 110
- Watchers: 15
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Senipah/VBA-Better-Array - An array class for VBA providing features found in more modern languages (VBA)
README
# ![VBA Better Array](https://raw.githubusercontent.com/Senipah/VBA-Better-Array/master/docs/assets/img/logo.png)
[![GitHub](https://img.shields.io/github/license/Senipah/VBA-Better-Array?style=plastic)](https://github.com/Senipah/VBA-Better-Array/blob/master/LICENSE) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Senipah/VBA-Better-Array?display_name=tag&style=plastic)](https://github.com/Senipah/VBA-Better-Array/releases/latest)
### A VBA class providing a more flexible and user-friendly Array.
VBA-Better-Array is a cross-platform and dependency-free VBA class which enables you to easily [sort](https://senipah.github.io/VBA-Better-Array/api/methods/Sort.html), [slice](https://senipah.github.io/VBA-Better-Array/api/methods/Slice.html) and [splice](https://senipah.github.io/VBA-Better-Array/api/methods/Splice.html) your data ([and much more](https://senipah.github.io/VBA-Better-Array/api/methods/)).
## Documentation
[READ THE DOCS](https://senipah.github.io/VBA-Better-Array/) for information on how to get started with VBA Better Array.
## Installation
Click one of the below download links to download the latest BetterArray release. Both are `.zip` archives. The standalone archive just contains the `BetterArray.cls` file.
**Description**|**Download link**
:-----:|:-----:
Download this if you just want the BetterArray class. Most people should choose this option.|[Standalone](https://github.com/Senipah/VBA-Better-Array/raw/master/releases/latest/Standalone.Zip)
Download this if you want the BetterArray class *and* the unit tests. **Note:** unit tests depend on [Rubberduck VBA](https://github.com/rubberduck-vba/Rubberduck) as the test runner.|[With Tests](https://github.com/Senipah/VBA-Better-Array/raw/master/releases/latest/WithTests.Zip)Refer to the [installation documentation](https://senipah.github.io/VBA-Better-Array/home/installation.html) for more information.
## Contributing
Please refer to the process outlined in the [Contributing](https://senipah.github.io/VBA-Better-Array/contributing.html) page of the documentation site for instructions on how to contribute to this project.
## License
This library is free software; you can redistribute it and/or modify it under the terms of the MIT license. See [LICENSE](LICENSE) for details.