New project aurora and excelize added.
diff --git a/Projects.md b/Projects.md
index 6986193..59ed3ba 100644
--- a/Projects.md
+++ b/Projects.md
@@ -425,11 +425,13 @@
 
 ### Other
 
+  * [aurora](https://github.com/xuri/aurora) - Cross-platform Beanstalk queue server console.
   * [bigendian](https://bitbucket.org/taruti/bigendian) - binary parsing and printing
   * [deepcopy](http://bitbucket.org/taruti/deepcopy) - Make deep copies of data structures
   * [dgobloom](https://github.com/dgryski/dgobloom) - A Bloom Filter implementation
   * [epochdate](https://github.com/extemporalgenome/epochdate) - Compact dates stored as days since the Unix epoch
   * [etree](https://github.com/beevik/etree) - Parse and generate XML easily
+  * [excelize](https://github.com/360EntSecGroup-Skylar/excelize) - Golang library for reading and writing Microsoft Excelâ„¢ (XLSX) files.
   * [fsm](https://github.com/looplab/fsm) - Minimalistic state machine for use instead of booleans
   * [go-algs/ed](https://github.com/daviddengcn/go-algs) - Generalized edit-distance implementation
   * [go-algs/maxflow](https://github.com/daviddengcn/go-algs) - An energy minimization tool using max-flow algorithm.