Skip to content

Instantly share code, notes, and snippets.

View kool79's full-sized avatar

Oleksandr Kulychok kool79

  • Astound Commerce
  • Ukraine, Vinnitsa
  • 15:07 (UTC +02:00)
View GitHub Profile
@kool79
kool79 / ExcelToTable.java
Created August 10, 2023 02:39 — forked from ejwinter/ExcelToTable.java
Turn an Excel (xlsx) file with a single table in it into a Guava table with a header indexed
/**
* This class takes an Excel spreadsheet and converts it into a Guava Table format.
* When other formats of the file are to be supported (like CSV, TSV etc.,) implement the apply method with that format.
*/
@Component
public class ExcelToTableLoader implements TableGenerator<File> {
private static final Logger logger = org.slf4j.LoggerFactory.getLogger(ExcelToTableLoader.class);
@kool79
kool79 / sfcclearningads
Created November 10, 2023 12:11
block ads sfcclearning
// ==UserScript==
// @name SfccDocAdRemover
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include https://sfcclearning.com/*
// @grant GM_addStyle
// @run-at document-idle
// ==/UserScript==