Skip to content

Instantly share code, notes, and snippets.

@fransiska
fransiska / exceljs.html
Created June 2, 2025 08:16 — forked from kemsky/exceljs.html
ExcelJS example
<html>
<head>
<title>exceljs sample</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/exceljs/1.6.2/exceljs.js"></script>
<script>
function save(blob, fileName) {
var a = document.createElement("a");
document.body.appendChild(a);
@fransiska
fransiska / gist:28fdbf006ed2803cfff7276e0f9cf661
Created December 10, 2019 07:41 — forked from mtigas/gist:952344
Mini tutorial for configuring client-side SSL certificates.

Client-side SSL

For excessively paranoid client authentication.


Updated Apr 5 2019:

because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.

some other notes: