Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 104,120 for

workbook

(0.32 sec)
  1. 使用 C++ 获取带外部链接的范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取带外部链接的范围。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "SampleExternalRefere...WorksheetCollection sheets = workbook . GetWorksheets (); NameCollection...

    docs.aspose.com/cells/zh/cpp/get-range-with-ext...
  2. Get the Version Number of the Application that ...

    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 provides the Workbook.getBuiltInDocumentPr().getVersion()...demonstrates the use of the Workbook.getBuiltInDocumentPr().getVersion()...

    docs.aspose.com/cells/java/get-the-version-numb...
  3. Protect and Unprotect Worksheet|Documentation

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Python via .NET....to implement protecting the workbook structure of Excel files....Protect or Unprotect the Shared Workbook Encrypting Excel Files Analyzing...

    docs.aspose.com/cells/python-net/protect-and-un...
  4. Support for German Locale in Named Range Formul...

    Learn how to handle German locale settings for named range formulas in Excel using Aspose.Cells for Python via .NET....cells import Workbook source_dir = os . path . join...ZS \" ,FALSE))" wb_source = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/python-net/support-for-ge...
  5. 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...
  6. 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...
  7. Secure PDF Documents with Node.js via C++|Docum...

    Learn how to secure PDF documents by using owner and user passwords, and set permissions for PDF files using Aspose.Cells for Node.js via C++....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...setPrintPermission ( false ); workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/secure-pdf-doc...
  8. 在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...
  9. File Format Conversion via PHP | products.aspos...

    Convert Microsoft Excel and PowerPoint Formats into many other popular formats including PDF, HTML and Images with just few lines of code....be used to access the Excel workbook and handle the conversion...of the Workbook class, representing the Excel workbook you want...

    products.aspose.com/total/php-java/conversion/
  10. Apply Excel Color Themes in Java

    Follow this guide for applying Excel color themes in Java. Get the IDE settings, steps, and a sample code to set colors using Microsoft Excel themes in Java....style for the cell Save the workbook The above-mentioned steps...process for using the Excel workbook theme in Java . Commence the...

    kb.aspose.com/cells/java/apply-excel-color-them...