Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 82,029 for

workbook

(0.06 sec)
  1. 通过页面将工作表转换为图像文件|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 ] Workbook book = new Workbook ( "Sheet to Image...

    docs.aspose.com/cells/zh/net/converting-workshe...
  2. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/create-and-for...
  3. Manage Worksheets|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...worksheets by calling the Workbook class Save method. Accessing...

    docs.aspose.com/cells/go-cpp/manage-worksheets/
  4. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an old format of sheet. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....containing Dialog Sheet Workbook workbook ( u "sampleFindIfWorkshee...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  5. Aspose.Cells 9.0.0 中的公共 API 更改|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....an instance of Workbook var book = new Workbook (); // Get the...default Worksheet from the Workbook var sheet = book . Worksheets...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  7. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...Create your workbook const wb = new AsposeCells . Workbook (); //...r * 1 ); } } // Save your workbook in HTML format and export...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...
  8. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel worksheets programmatically using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first...SetLinkedCell ( u "A1" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  9. Add Word Art Text with Built-in Styles with C++...

    Learn how to add Word Art Text with Built-in Styles using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first... 100 , 800 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/add-word-art-text-wit...
  10. 如何使用Aspose.Cells for Node.js via C++添加数据透视图|Doc...

    如何使用Aspose.Cells for Node.js via C++添加数据透视图...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-add-...