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

worksheet

(0.15 sec)
  1. Using Anonymous Types or Custom Objects|Documen...

    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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/net/using-anonymous-types...
  2. Create Union Range with C++|Documentation

    Create Union Range in Excel files using Aspose.Cells with C++....range and the index of the worksheet. The CreateUnionRange method...Move Range of Cells in a Worksheet with C++...

    docs.aspose.com/cells/cpp/create-union-range/
  3. 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/
  4. 使用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...
  5. 在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...
  6. 在工作表中插入超链接|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....the first worksheet. WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); HyperlinkCollection...

    docs.aspose.com/cells/zh/java/insert-hyperlinks...
  7. 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...
  8. 验证单元格值是否满足数据验证规则(使用C++)|Documentation

    学习如何通过Aspose.Cells for C++ API验证单元格值是否符合数据验证规则。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Between 10 and 20 Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/zh/cpp/verify-that-cell-v...
  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...