Versions in this module Expand all Collapse all v0 v0.0.2 Jun 10, 2024 v0.0.1 Jun 10, 2024 Changes in this version + func EmptyStringSlice(length int) []string + func ExcelGenerateCoords(ctx context.Context, coordinateRange string) ([]string, error) + func RandomString(n int) string + func RoundingNumber(num float64, n int) float64 + func SafeDivision(numerator float64, denominator float64, zeroValue bool) float64