spreadsheet
typeScript/javascript spreadsheet parser, with formulas.
git clone https://git.vogt.world/spreadsheet.git
Log | Files | README.md
← Commit log
commit
message
Renaming html documents
author
Ben Vogt <[email protected]>
date
2016-12-26 18:07:21
stats
3 file(s) changed, 3 insertions(+), 3 deletions(-)
files
mine.html
rule.html
ts.html
 1diff --git a/mine.html b/mine.html
 2index 8f1ef06..f0be809 100644
 3--- a/mine.html
 4+++ b/mine.html
 5@@ -2,7 +2,7 @@
 6 <html>
 7 <head>
 8   <meta charset='utf-8'>
 9-  <title>RuleJS - Like excel library to parse formulas.</title>
10+  <title>Mine</title>
11 
12   <!-- Latest compiled and minified CSS -->
13   <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
14diff --git a/rule.html b/rule.html
15index 7e01479..acb3fd2 100644
16--- a/rule.html
17+++ b/rule.html
18@@ -2,7 +2,7 @@
19 <html>
20 <head>
21   <meta charset='utf-8'>
22-  <title>RuleJS - Like excel library to parse formulas.</title>
23+  <title>RuleJS</title>
24 
25   <!-- Latest compiled and minified CSS -->
26   <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
27diff --git a/ts.html b/ts.html
28index 8a4b80b..5961183 100644
29--- a/ts.html
30+++ b/ts.html
31@@ -2,7 +2,7 @@
32 <html>
33 <head>
34   <meta charset='utf-8'>
35-  <title>RuleJS - Like excel library to parse formulas.</title>
36+  <title>TS</title>
37 
38   <!-- Latest compiled and minified CSS -->
39   <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">