Skip to content

DOCINFRA-2341_merged_using_automation #352

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

Merged
merged 5 commits into from
Mar 13, 2024
Merged
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
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if(currentBuild.result != 'FAILURE')

stage 'Delete Workspace'

def files = findFiles(glob: '**/cireports/spellcheck/*.*')
def files = findFiles(glob: '**/cireports/*.*')

if(files.size() > 0)
{
Expand Down
6 changes: 3 additions & 3 deletions angular/Spreadsheet/Overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Overview
description: overview
title: Overview of Angular Spreadsheet | Syncfusion
description: Learn here all about overview of Syncfusion Essential Angular Spreadsheet component, its elements, and more.
platform: Angular
control: Spreadsheet
documentation: ug
---
# Overview
# Overview of Angular Spreadsheet

The Spreadsheet control for Angular is a Microsoft Excel-like Spreadsheet component for web. It provides editing experience that is very similar to that of Excel and it is able to import and export Excel workbook files. The Spreadsheet control includes all the important features of Microsoft Excel like editing, sorting, filtering, formulas, data validation, formatting, table, charts, import and export.

Expand Down