Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 82,033 for

workbook

(0.05 sec)
  1. Converting Excel to PDF 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....new SaveFormat (); $workbook = new Workbook ( $dataDir . "Book1...the document in PDF format $workbook -> save ( $dataDir . "OutBook1...

    docs.aspose.com/cells/java/converting-excel-to-...
  2. Loading, Saving and Converting|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....Defined Names while loading Workbook Read and Write Tab Delimited...File Format Convert Excel Workbook to PDF Converting Worksheet...

    docs.aspose.com/cells/cpp/loading-saving-and-co...
  3. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C#...worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/net/working-solution-for...
  4. 使用Node.js通过C++实现Excel XP及以后版本的高级保护设置|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....提供了一个类, Workbook ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets...=> { const workbook = new AsposeCells . Workbook ( Buffer . concat...

    docs.aspose.com/cells/zh/nodejs-cpp/advanced-pr...
  5. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  6. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...Load a template file Workbook workbook ( inputFilePath ); int...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  7. How to change number format to percentage upto ...

    I’m attaching a sample excel file. In the file as shown for the data labels we need the percentage format up to 1 decimal place. How can I set that? PieChartDecimalFormat.zip (10.7 KB)...can do it: Load your Excel workbook. Access the named style that...specified range. Save the modified workbook. Here is a sample code snippet...

    forum.aspose.com/t/how-to-change-number-format-...
  8. 使用Python.NET在保存为PDF时对特定Unicode字符更改字体|Documentation

    学习如何在使用Aspose.Cells for Python via .NET进行PDF转换时对特定Unicode字符修改字体。确保字符级字体替换的精确文本渲染。...** 实现步骤** 要启用字符级字体替换: 创建一个 Workbook 对象 使用 Worksheet.cells 属性访问工作表单元格...os from aspose.cells import Workbook , PdfSaveOptions # For complete...

    docs.aspose.com/cells/zh/python-net/change-the-...
  9. 防止在使用C++保存为HTML时导出隐藏的工作表内容|Documentation

    学习如何在使用Aspose.Cells for C++将Excel工作簿保存为HTML时防止导出隐藏内容。...html" ; // Create workbook object Workbook workbook ( inputFilePath...false ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/prevent-exporting-...
  10. Protect and Unprotect with Node.js via C++|Docu...

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using Node.js with C++ addons.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...