Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 24,848 for

worksheet

(0.06 sec)
  1. Find or Search Data|Documentation

    Learn how to find or search cells in a Worksheet that contains specified data through the Aspose.Cells for JavaScript via C++ API....users to find cells in a worksheet that contain specified data...users to find cells in a worksheet that contain specified data...

    docs.aspose.com/cells/javascript-cpp/find-or-se...
  2. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more.... To export the active worksheet to Markdown, pass SaveFormat...additional settings for exporting worksheet to Markdown. The following...

    docs.aspose.com/cells/net/convert-workbook-to-d...
  3. Rendering Slicer with Node.js via C++|Documenta...

    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.... If you convert your worksheet into an image or save your...existing slicer. It converts the worksheet into an image by setting the...

    docs.aspose.com/cells/nodejs-cpp/rendering-slicer/
  4. 在Python中调整行高和列宽|Documentation

    使用Python Excel API在Python中创建Excel文件。在您的Python应用程序中调整XLSX或XLS中的行高和列宽,无需MS Office。...Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Setting...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  5. Find Type of X and Y Values of Points in Chart ...

    Learn how to determine the type of X and Y values in chart series points using Aspose.Cells for Node.js via C++. This guide explains the types of data values and how to access and work with them in your charts....first chart inside the first worksheet. It then calls the Chart.calculate()...)); // Access first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/find-type-of-x...
  6. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 Aspose.Cells for C++ 为形状的文本设置预设文字艺术样式。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...some text TextBox textbox = worksheet . GetShapes (). AddTextBox...

    docs.aspose.com/cells/zh/cpp/set-preset-wordart...
  7. Read Chart Subtitle from ODS File using JavaScr...

    Learn how to use Aspose.Cells for JavaScript via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....the first worksheet in the workbook const worksheet = workbook...workbook . worksheets . get ( 0 ); // Accessing the first chart inside...

    docs.aspose.com/cells/javascript-cpp/read-chart...
  8. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Create a range Range range = worksheet . GetCells (). CreateRange...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  9. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...workbook ; // Source worksheet Worksheet srcSheet = workbook ...); // Add destination worksheet Worksheet dstSheet = workbook ...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  10. Manage Comments and Notes with JavaScript via C...

    Insert and manage comments or notes with Aspose.Cells for JavaScript via C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/javascript-cpp/comments-a...