Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 47,182 for

workbook

(0.09 sec)
  1. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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....) Add a Workbook. Get the first sheet. Add...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  2. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for Node.js via C++....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/
  3. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...use built-in styles in our workbook and also create custom styles...Built-in Styles The method Workbook.CreateBuiltinStyle and the...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  4. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt excel files, protect and unprotect the data in excel files using CSharp codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/python-net/protect-and-un...
  5. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Cells提供 Workbook::AddDigitalSignature(DigitalSignatureColl...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook::AddDigitalSignature 在已签名...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  6. 在Jython中使用工作表名称删除工作表|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.... cells import Workbook from java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/zh/java/removing-workshee...
  7. Print Comments while saving to PDF with Node.js...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for Node.js via C++....Create a workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "SampleWorkbookWithCo...

    docs.aspose.com/cells/nodejs-cpp/print-comments...
  8. Add Comment In Worksheet|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Adding...worksheet to the Workbook object int sheetIndex = workbook . Worksheets...

    docs.aspose.com/cells/net/add-comment-in-worksh...
  9. Format Pivot Table Cells with C++|Documentation

    Learn how to format pivot table cells using Aspose.Cells with C++....Cells :: Startup (); Workbook workbook ( u "pivot_format.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-pivot-table-ce...
  10. 在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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/zh/net/calculating-formul...