Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 30,425 for

worksheet

(0.08 sec)
  1. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....FitToPagesTall in a specified worksheet, first load the sample file...PageSetup object for the desired worksheet. Here is an example in Node...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  2. How to Lock Cells to Protect Them|Documentation

    This article provides code that shows how to lock cells to protect them using Aspose.Cells for JavaScript via C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/javascript-cpp/how-to-loc...
  3. 使用C++获取工作表唯一ID|Documentation

    本文介绍如何用C++库和API程序化获取Excel工作表的唯一ID。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...cout << "Unique Id: " << worksheet . GetUniqueId (). ToUtf8 ()...

    docs.aspose.com/cells/zh/cpp/get-worksheet-uniq...
  4. 带有C++的日期轴|Documentation

    了解如何管理Aspose.Cells for C++中的日期轴。我们的指南将帮助您理解如何处理各种日期格式、时间刻度和刻度标签频率。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...the sample values to cells worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/date-axis/
  5. 数据筛选|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++ API添加数据筛选器。...ok类包含一个Worksheets集合,允许访问Excel文件中的每个工作表。 工作表由Worksheet类表示。Wor...泛的属性和方法来管理工作表。要创建自动筛选,请使用Worksheet类的AutoFilter属性。AutoFilter属...

    docs.aspose.com/cells/zh/javascript-cpp/data-fi...
  6. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for JavaScript via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legend for improved visual appeal and data representation....first worksheet. const worksheet = workbook . worksheets . get...values used in a pie chart worksheet . cells . get ( "C3" ). value...

    docs.aspose.com/cells/javascript-cpp/custom-sli...
  7. Set Print Area|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....incorporates all areas of the worksheet that contain data. Developers...specific print area of the worksheet. To select a specific print...

    docs.aspose.com/cells/net/set-print-area/
  8. Importing from Array|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....data from an array to their worksheets by calling the ImportArray...Workbook (); // Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/net/importing-from-array/
  9. Manage Axes of Excel Charts with JavaScript via...

    Learn how to configure chart axes in Aspose.Cells for JavaScript via C++. Our guide will show you how to adjust the primary and secondary axes, set their ranges, and modify their properties to enhance your charts....Workbook (); // Adding a new worksheet to the Workbook object const...const sheetIndex = workbook . worksheets . add (); // Obtaining the...

    docs.aspose.com/cells/javascript-cpp/chart-axes/
  10. 使用 JavaScript 通过 C++ 剪切和粘贴范围|Documentation

    学习如何使用 C++ 中的脚本在工作表内剪切和粘贴单元格。...Workbook (); const worksheet = workbook . worksheets . get ( 0 ); //...zero-based; C is column 2) worksheet . cells . get ( 0 , 2 ). value...

    docs.aspose.com/cells/zh/javascript-cpp/cut-and...