Sort Score
Result 10 results
Languages All
Labels All
Results 4,761 - 4,770 of 30,454 for

worksheet

(0.08 sec)
  1. ❗ “Add Row” and “Add Column” Actions Insert in ...

    :lady_beetle: Issue Description In our implementation using Aspose.Cells GridJS, the “Add Row” and “Add Column” toolbar buttons are not behaving as expected: The “Add Row” button always inserts the new row above the cu…...updating the freeze state in the worksheet. Code Here’s an example of...before saving var worksheet = wb.Worksheets[0]; // Assuming you're...

    forum.aspose.com/t/add-row-and-add-column-actio...
  2. Aspose.Cells for Java - Issue with missing char...

    Hi Aspose team, I’m encountering an issue when using Aspose.Cells to generate screenshots from an Excel template. The behaviour of the chart’s red border seems inconsistent depending on how rows are handled: When no r…...setTransparent(true); Worksheet worksheet = workbook.getWorksheets()...get("Sheet1"); PageSetup setup = worksheet.getPageSetup(); // Set all...

    forum.aspose.com/t/aspose-cells-for-java-issue-...
  3. Null Value Is Taken as Zero in Line Chart when ...

    Hi Team, When we try to create a LINE chart using aspose slides java with null values in the series, those are considered as zero values instead of null. Output screenshot as below - image.png (112.9 KB) series 3 and…...Getting the default chart data worksheet index int defaultWorksheetInde...// Getting the chart data worksheet IChartDataWorkbook fact =...

    forum.aspose.com/t/null-value-is-taken-as-zero-...
  4. 用 Python.NET 将单元格添加到 Microsoft Excel 公式监视窗口中|Do...

    学习如何使用Aspose.Cells for Python via .NET在Excel的公式观察窗口中监视单元格。包括代码示例和API参考。...同样,你也可以使用 Worksheet.cell_watches.add() 方法,利用 Aspose...# Access first worksheet. ws = wb . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/zh/python-net/add-cells-t...
  5. Comparison and Migration with Node.js via C++|D...

    Explore the differences and consider migration strategies for using Aspose.Cells with Node.js via C++.... Accessing Worksheets In .NET, you might see code...access a worksheet: var sheet = workbook . Worksheets [ 0 ]; The...

    docs.aspose.com/cells/nodejs-cpp/comparison-mig...
  6. Apply Shading to Alternate Rows and Columns wit...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....formatting rules for the Worksheet object. These rules can be...Conditional Formatting in Worksheets Analyzing your prompt, please...

    docs.aspose.com/cells/java/apply-shading-to-alt...
  7. Set Conditional Formats of Excel and ODS files ...

    How to apply conditional formats to Excel and ODS files in C++....one cell to another in the worksheet by calling the Range.Copy()...Conditional Formatting in Worksheets Apply Shading to Alternate...

    docs.aspose.com/cells/go-cpp/conditional-format...
  8. Convert between Excel formats|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....a workbook with multiple worksheets into a text format. For text...the contents of the active worksheet only. Workbook workbook =...

    docs.aspose.com/cells/net/convert-between-excel...
  9. Ինչպես տեղադրել Slicer Excel-ում C#-ով

    Այս ձեռնարկը ուղեցույց է տալիս, թե ինչպես կարելի է կտրատիչ տեղադրել Excel-ում՝ օգտագործելով C#: Այն պարունակում է բոլոր անհրաժեշտ մանրամասները՝ միջավայրը կարգավորելու համար, քայլ առ քայլ մանրամասներ՝ ծրագիրը գրելու համար և նմուշ կոդ՝ Excel-ում C#-ի միջոցով կտրատող ավելացնելու համար:...աղյուսակ Մուտք գործեք դեպի թիրախ worksheet , որտեղ պետք է տեղադրվի կտրիչ...գործընթացը: Այն օգտագործում է Worksheet.Slicers.Add() մեթոդը՝ աղյուսակի...

    kb.aspose.com/hy/cells/net/how-to-insert-a-slic...
  10. Specifying DBNum Custom Pattern Formatting|Docu...

    Aspose.Cells is a library for JavaScript via C++ that supports formatting dates and numbers using custom formatting patterns. This article shows how to specify the 'dbnum' custom format pattern for better control over number display....the first worksheet. const ws = workbook . worksheets . get ( 0...

    docs.aspose.com/cells/javascript-cpp/specifying...