Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 21,314 for

worksheet

(0.09 sec)
  1. 在PHP中计算公式|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....()); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...-> Call ( $worksheets , "Add" , array ()); $worksheet = $ptr ->...

    docs.aspose.com/cells/zh/net/calculating-formul...
  2. Manage Shape Options|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....Watermark to Worksheet Copy Shapes between Worksheets...

    docs.aspose.com/cells/java/managing-shape-options/
  3. Use Error Checking Options with C++|Documentation

    In this article, you will find sample code that will programmatically use error checking options of Excel Worksheets e.g. Numbers stored as Text using C++ API or Library....error checking option for a worksheet in the template XLS file using...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/use-error-checking-op...
  4. 用Node.js通过C++创建开盘 最高 最低 收盘(OHLC)股票图表|Documentation

    学习如何使用Aspose.Cells for Node.js via C++创建开盘 最高 最低 收盘股票图表。我们的指南将演示如何在图表中绘制股票市场数据,包括开盘价、最高价、最低价和收盘价,以便进行更好的分析和可视化。...Access the first worksheet. const worksheet = workbook . getWorksheets...High-Low-Close-Stock Chart const pieIdx = worksheet . getCharts (). add ( AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/create-open...
  5. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....reference data in some existing worksheet or by adding a new list of...create and access desired worksheets Create a named range and...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  6. Managing OLE Objects with Node.js via C++|Docum...

    Learn how to manage OLE objects in Aspose.Cells for Node.js via C++. Add, extract, and manipulate OLE objects within Worksheets....Inserting OLE Objects into the Worksheet Aspose.Cells for Node.js via...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/nodejs-cpp/managing-ole-o...
  7. 使用Sparkline和3D格式设置在C++中|Documentation

    学习如何在Excel文件中使用Aspose.Cells和C++应用sparkline和3D格式。...Workbook book ( inputFilePath ); Worksheet sheet = book . GetWorksheets...book ; // Add a Data Worksheet Worksheet dataSheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/using-sparklines-a...
  8. Cells Formatting|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....formats the cell C4 of the worksheet in various ways and the screenshot...Conditional Formatting in Worksheet Create Named Range in a Workbook...

    docs.aspose.com/cells/cpp/cells-formatting/
  9. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel Worksheets by setting the header and footer with script commands using the C++ API or Library....headers and footers to the worksheets also. Headers and footers...add headers and footers to worksheets at runtime but we recommend...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  10. 在工作簿内或之间复制和移动工作表,使用Node.js和C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在工作簿内或之间复制和移动工作表。高效管理你的工作簿结构。...); // Move the sheet const worksheets = excelWorkbook2 . getWorksheets...(); const worksheet = worksheets . get ( 0 ); worksheet . moveTo...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-and-mo...