Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 99,951 for

workbook

(0.18 sec)
  1. 通过 C++ 使用 JavaScript 改变评论的文本方向|Documentation

    学习如何使用 C++ 通过脚本改变评论的文本方向。有效自定义评论对齐设置。..."text/javascript" > const { Workbook , SaveFormat , TextAlignmentType...Instantiate a new Workbook const wb = new Workbook (); // Get the...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  2. 使用JavaScript通过C++删除工作表中的重复行|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作表中删除重复行,并选择特定列进行重复检查。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook from uploaded file const book = new Workbook ( new...

    docs.aspose.com/cells/zh/javascript-cpp/remove-...
  3. Find out if VBA Project is Protected|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....following sample code creates a workbook and then checks whether its...the VBA Project of an Excel Workbook Check if VBA Project is Protected...

    docs.aspose.com/cells/python-net/find-out-if-vb...
  4. Set Default Font while rendering spreadsheet to...

    Learn how to set default font while rendering spreadsheet to HTML using Aspose.Cells for C++....following sample code creates a workbook, adds some text to cell B4...non‑existent font. It then saves the workbook as HTML while specifying different...

    docs.aspose.com/cells/go-cpp/set-default-font-w...
  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....ImageFormat (); //Instantiate a new workbook with path to an Excel file...file $book = new Workbook ( $dataDir . "MyTestBook1.xls" ); //Create...

    docs.aspose.com/cells/zh/java/converting-worksh...
  6. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Write data to the...

    forum.aspose.com/t/handling-json-array-as-singl...
  7. Formulas|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....Contents [ Hide ] Calculate Workbook Formulas Ways to Calculate...

    docs.aspose.com/cells/go-cpp/formulas/
  8. Manage OLE in Presentations Using Java|Aspose.S...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Java. Embed, update, and export OLE content seamlessly.... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/java/manage-ole/
  9. 使用C++创建动态图表|Documentation

    学习如何在Aspose.Cells for C++中创建动态图表。我们的指南将演示如何根据需求动态更新图表数据、系列和格式,从而在工作表中直观展示不断变化的数据。...为了让演示更简便易懂,我们将从零开始创建 Workbook ,并按照下面的步骤逐步进行。 创建一个空的 Workbook 。 访问第 Worksheet...Worksheet 中第 Cells 的 Workbook 。 向单元格插入一些数据。 根据插入的数据创建 ListObject...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  10. Managing Page Breaks|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....class Workbook that represents an Excel file. The Workbook class...

    docs.aspose.com/cells/cpp/managing-page-breaks/