Table of Contents
- What is this?
- How to use it?
- How to run it?
- Building for windows
- Todos
- Changelog
What is this?
This is simple random number generator that writes to an excel. It follows specific rules from the demand.
How to use it?
The go script will read the input excel file (Entrada.xlsx
) and generate the output accordingly. The cells that are not with the white fill is not allowed for human hands.
Once you are satisfied with the input, just run it. By the magic of computer science, if no error happened, there will be a new file Croqui.xlsx
.
How to run it?
For now, the only way is to run with the go
command. I aliased it in a make file:
make run
Building for windows
The idea here is to be used in windows os. So, there is a make for it! (It needs testing!)
make win-build
Todos
In no particular sequence of importance.
- Compile in windows
- some functions are too big… make them cleaner, leaner and killer!
- allow the pattern to go in a line sequence and column sequence
- Have a log system for easier debugging.
Fix
- Columns AA to AZ are being skipped
Changelog
-
1.1.0
- Add feature: column that can be chosen the experiments to be horizontal or vertical.
- sheet names according to first two input columns
-
1.0.0
Initial version.