This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using ClosedXML.Excel; | |
| using Microsoft.AspNetCore.Mvc; | |
| using System.Data; | |
| using System.IO; | |
| namespace Solution.Domain.Extensions | |
| { | |
| public static class ExcelExtensions | |
| { | |
| public const string ContentType = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # cerberus | |
| https://github.com/flpinheiro/cerberus.git | |
| Cerberus is an openSourse license of an automatos robot made to scan, analyze and fix the external hull of space ships and stations. | |
| This project was made for the Brasíla Nasa Hackaton 2018. | |
| Project developed by: |
NewerOlder