Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-2483-Github-NET-Excel-MK-Mas #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Secret Value found!
on:
push:
public:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install the gitleaks
run: wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
shell: pwsh
- name: Extract the tar file
run: tar xzvf gitleaks_8.15.2_linux_x64.tar.gz
- name: Generate the report
id: gitleaks
run: $GITHUB_WORKSPACE/gitleaks detect -s $GITHUB_WORKSPACE -f json -r $GITHUB_WORKSPACE/leaksreport.json
shell: bash
continue-on-error: true
- name: Setup NuGet.exe
if: steps.gitleaks.outcome != 'success'
uses: nuget/setup-nuget@v1
with:
nuget-version: latest
- name: Install the dotnet
if: steps.gitleaks.outcome != 'success'
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
- name: Install the report tool packages
if: steps.gitleaks.outcome != 'success'
run: |
nuget install "Syncfusion.Email" -source "https://nexus.syncfusion.com/repository/nuget-hosted/"
dir $GITHUB_WORKSPACE/Syncfusion.Email.1.0.0/lib/netcoreapp3.1
dotnet $GITHUB_WORKSPACE/Syncfusion.Email.1.0.0/lib/netcoreapp3.1/Email.dll "[email protected]" "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE"
exit 1
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Syncfusion Essential XlsIO](https://www.syncfusion.com/excel-framework/net-core?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) is a high-performance and feature-rich .NET Excel framework to work with Microsoft Excel documents. This framework has an Excel creation and editing library that allows you to create, read, and edit Microsoft Excel files in any .NET application. It offers an Excel-inspired Spreadsheet UI control to create, edit, view, and format Excel documents. Its powerful conversion APIs make it easy to convert Excel files to PDF, images, and more.
[Syncfusion Essential XlsIO](https://www.syncfusion.com/document-processing/excel-framework/net?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) is a high-performance and feature-rich .NET Excel framework to work with Microsoft Excel documents. This framework has an Excel creation and editing library that allows you to create, read, and edit Microsoft Excel files in any .NET application. It offers an Excel-inspired Spreadsheet UI control to create, edit, view, and format Excel documents. Its powerful conversion APIs make it easy to convert Excel files to PDF, images, and more.

## Key features
* Easily [import and export](https://help.syncfusion.com/file-formats/xlsio/working-with-data?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) data from/to common business objects.
Expand Down Expand Up @@ -37,7 +37,7 @@ Syncfusion Essential XlsIO supports .xls, .xlsx, .xlsm, .xlsb, .xltm, .xltx, .xl

## Resources

* **Product page:** [Syncfusion Excel Framework](https://www.syncfusion.com/excel-framework/net-core?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)
* **Product page:** [Syncfusion Excel Framework](https://www.syncfusion.com/document-processing/excel-framework/net?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)
* **Documentation:** [Syncfusion Excel Library](https://help.syncfusion.com/file-formats/xlsio/overview?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)
* **Online Demos:** [Online Demos](https://ej2.syncfusion.com/aspnetcore/XlsIO/Create#/material?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)
* **Blog:** [Syncfusion Excel library - Blog](https://www.syncfusion.com/blogs/category/xlsio?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)
Expand All @@ -52,15 +52,15 @@ Syncfusion Essential XlsIO supports .xls, .xlsx, .xlsm, .xlsb, .xltm, .xltx, .xl

## License

This is a commercial product and requires a paid license for possession or use. Syncfusion�s licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/eula/es/?utm_source=github&utm_medium=listing&utm_campaign=github-xlsio-examples). You can purchase a licnense [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-xlsio-examples) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-xlsio-examples).
This is a commercial product and requires a paid license for possession or use. Syncfusion�s licensed software, including this component, is subject to the terms and conditions of [Syncfusion's EULA](https://www.syncfusion.com/eula/es/?utm_source=github&utm_medium=listing&utm_campaign=github-xlsio-examples). You can purchase a licnense [here](https://www.syncfusion.com/sales/products?utm_source=github&utm_medium=listing&utm_campaign=github-xlsio-examples) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=github&utm_medium=listing&utm_campaign=github-xlsio-examples).

## About Syncfusion
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 23,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.
Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 28,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ controls and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), and [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)), and desktop development ([Windows Forms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [WPF](https://www.syncfusion.com/wpf-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [WinUI(Preview)](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) and [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
Today, we provide 1700+ controls and frameworks for web ([Blazor](https://www.syncfusion.com/blazor-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [ASP.NET WebForms](https://www.syncfusion.com/jquery/aspnet-webforms-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Angular](https://www.syncfusion.com/angular-ui-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [React](https://www.syncfusion.com/react-ui-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Vue](https://www.syncfusion.com/vue-ui-components?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), and [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)), mobile ([Xamarin](https://www.syncfusion.com/xamarin-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), and [.NET MAUI](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)), and desktop development ([Windows Forms](https://www.syncfusion.com/winforms-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [WPF](https://www.syncfusion.com/wpf-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [.NET MAUI](https://www.syncfusion.com/maui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [WinUI](https://www.syncfusion.com/winui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples), [Flutter](https://www.syncfusion.com/flutter-widgets?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) and [UWP](https://www.syncfusion.com/uwp-ui-controls?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples)). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.
___

[[email protected]](mailto:[email protected]?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) | [www.syncfusion.com](https://www.syncfusion.com?utm_source=github&utm_medium=github&utm_campaign=github-xlsio-examples) | Toll Free: 1-888-9 DOTNET

� Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
� Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.