Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 82,060 for

workbook

(0.07 sec)
  1. Converting to MHTML Files in 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....M_HTML ); //Instantiate a workbook and open the template XLSX...XLSX file $wb = new Workbook ( $filePath ); //Save the MHT file...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. 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/
  3. 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...
  4. 使用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...
  5. 使用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...
  6. Support for XAdES Signature|Documentation

    This article describes Support for XAdES Signature using C# codes with Aspose.Cells for Python via .NET....provides supports signing workbooks with XAdES Signature. For...DigitalSignature class to sign the source workbook. Add Digital Signature to...

    docs.aspose.com/cells/python-net/support-for-xa...
  7. 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-...
  8. 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...
  9. Converting Worksheet to Image and Worksheet to ...

    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....Cells supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Setup Project...

    docs.aspose.com/cells/net/converting-worksheet-...
  10. Working with Aspose.Cells.GridDesktop Events|Do...

    This article introduces how to use events in GridDesktop....formula in workbook. BeforeLoadFile Occurs before workbook loaded...FailLoadFile Occurs when fail to load workbook. FinishCalculate Occurs after...

    docs.aspose.com/cells/net/aspose-cells-griddesk...