Skip to content

Instantly share code, notes, and snippets.

@arunrreddy
arunrreddy / index.html
Created March 8, 2022 09:41 — forked from kertnik05/index.html
html table cell split diagonally
<!DOCTYPE html>
<html>
<head>
<title>HTML Table Cell Split Diagonally</title>
</head>
<body>
<table>
<tr>
<td>
<div class="c1">A</div>
@arunrreddy
arunrreddy / TTSheet2HashMap.java
Created July 7, 2020 08:08 — forked from lucaslouca/TTSheet2HashMap.java
Convert a XLSX file to List<Map<String, String>>
package com.tool.main;
import java.util.List;
import java.util.Map;
public interface TTSheet2HashMap {
/****************************************** PUBLIC ********************************************/
/**
* Initiates the processing of the sheet to List<Map<String,