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

worksheet

(0.08 sec)
  1. 在PHP中将工作表转换为SVG|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....Java将工作表转换为SVG,只需调用Converter模块的worksheet_to_svg()方法。 PHP 代码 $saveFormat...( $path ); //Convert each worksheet into svg format in a single...

    docs.aspose.com/cells/zh/java/converting-worksh...
  2. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...inputFilePath ); WorksheetCollection worksheets = workbook . GetWorksheets...i < worksheets . GetCount (); ++ i ) { Worksheet worksheet = worksheets...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  3. 设置打印区域|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 . Add ( "new sheet" ); workbook...workbook . Worksheets . Add ( "second sheet" ); Worksheet sheet1...

    docs.aspose.com/cells/zh/net/set-print-area/
  4. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change the direction of outline summary rows below detail by using the Aspose.Cells for JavaScript via C++ API....subtotal to data using the Worksheet.cells.subtotal() method. It...following screenshot by using the Worksheet.outline.summaryRowBelow property...

    docs.aspose.com/cells/javascript-cpp/applying-s...
  5. Combine Multiple Workbooks into a Single Workbo...

    Learn how to combine multiple workbooks into a single workbook using Aspose.Cells for JavaScript via C++.... The first worksheet of the charts workbook – stacked...stacked The second worksheet of the charts workbook – line The...

    docs.aspose.com/cells/javascript-cpp/combine-mu...
  6. Copy Row Heights of Source Range to Destination...

    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....Workbook (); // Source worksheet (first worksheet) const srcSheet =...workbook . worksheets . get ( 0 ); // Add destination worksheet const...

    docs.aspose.com/cells/javascript-cpp/copy-row-h...
  7. Issues with Custom Colors - Free Support Forum ...

    Hi, We need to set the Worksheet tab color using various custom colors. The Worksheets are created from templates that contain smart markers. Each template’s Worksheet tab is set to a specific custom color. Initially, …...1 Hi, We need to set the worksheet tab color using various custom...custom colors. The worksheets are created from templates that...

    forum.aspose.com/t/issues-with-custom-colors/31...
  8. 使用 ImageOrPrintOptions 通过 JavaScript 和 C++ 从工作表...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从Excel工作表中提取图片并保存。...< h1 > Extract Image from Worksheet </ h1 > < input type = "file"...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  9. 用JavaScript通过C++分屏Excel工作表|Documentation

    在本文中,您将学习如何通过JavaScript结合C++插件以编程方式将工作表分成两个或四个部分,从而显示某些行和/或列。...是选择顶行中的一个单元格作为活动单元格,然后使用 Worksheet.split() 方法拆分。 <!DOCTYPE html>...Set Active Cell and Split Worksheet Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  10. 使用JavaScript通过C++获取或设置嵌入式OLE对象的类别标识符|Documentation

    了解如何在JavaScript中使用Aspose.Cells通过C++获取或设置嵌入OLE对象的类别标识符。...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/zh/javascript-cpp/get-or-...