~lucasemmoreira/go-croqui

an easy way to generate croqui(pt)
fix: error return
add error message
adjust to being a package

clone

read-only
https://git.sr.ht/~lucasemmoreira/go-croqui
read/write
git@git.sr.ht:~lucasemmoreira/go-croqui

You can also use your local clone with git send-email.

#Table of Contents

  1. What is this?
  2. How to use it?
  3. How to run it?
  4. Building for windows
  5. Todos
  6. 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.

  • [X] Compile in windows
  • [ ] some functions are too big… make them cleaner, leaner and killer!
  • [X] 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.