Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 27,112 for

excel worksheet

(0.51 sec)
  1. AutoFit Rows for Merged Cells with JavaScript v...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for JavaScript via C++. Implement auto-fit functionality for merged cells in spreadsheets....Contents [ Hide ] Microsoft Excel provides a feature that allows...called auto‑fit rows. Microsoft Excel doesn’t set auto‑fit operation...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  2. Chart to PDF|Documentation

    Learn how to use Aspose.Cells for Python via .NET to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....code that loads the sample Excel file , accesses the first chart...chart inside the worksheet, and then converts it into output PDF...

    docs.aspose.com/cells/python-net/chart-to-pdf/
  3. How to create Sunburst chart with Golang via C+...

    Learn how to create a sunburst chart in Aspose.Cells for C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more....the sample Excel file and generates the output Excel file . Get...Trendline with Golang via C++ Get Worksheet of the Chart with Golang via...

    docs.aspose.com/cells/go-cpp/creating-sunburst-...
  4. Read Axis Labels after Calculating the Chart|Do...

    Learn how to read axis labels in Aspose.Cells for Java after calculating the chart. Our guide will show you how to access and retrieve axis labels, including their formatting and positioning....code that loads the sample Excel file and reads the category...of the chart in the first worksheet. It then prints the values...

    docs.aspose.com/cells/java/read-axis-labels-aft...
  5. Text overflows from GridDesktop cell if it is t...

    This article introduces the text overflow in GridDesktop....Possible Usage Scenarios Microsoft Excel overflows the text when the...Screenshot Add Protection in Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. How to Control Sheet Tab Bar|Documentation

    Learn how to control the sheet tab bar through the Aspose.Cells for Python via .NET API....to adjust the display of the Excel sheet tab bar, you should know...data to cells in the first worksheet. Display the sheet tab and...

    docs.aspose.com/cells/python-net/how-to-control...
  7. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....code with the given sample excel file and check its console output...srcDir + u "sample.xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/decrease-the-calculat...
  8. Convert Chart to Image for Chinese Region with ...

    Learn how to use Aspose.Cells for JavaScript via C++ to configure charts for Chinese characters and formats, including fonts, sizes, text directions, and more....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...style="color: red;">Please select an Excel file (optional). This example...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  9. 如何在没有Excel的情况下通过Node.js和C++检查冻结状态|Documentation

    在本文中,您将学习如何使用带有C++库的Node.js以编程方式检查Excel工作表的冻结状态。...如何在没有Excel的情况下通过Node.js和C++检查冻结状态 Contents [ Hide ] 介绍 在本文中,...在本文中,我们将学习如何以编程方式检查Excel工作表的冻结状态。我们可以轻松地在MS Excel中查找工作表是否被冻结或拆分。但是,有没有办法用Node...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chec...
  10. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...Workbook(file_path1); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells...Workbook(file_path2); Worksheet sheet2 = workbook2.Worksheets[0]; sheet2...

    forum.aspose.com/t/cellshelper-dpi-120/322191