Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 106,202 for

workbook

(0.29 sec)
  1. Public API Changes in Aspose.Cells 8.2.2|Docume...

    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.... C# var book = new Workbook ( "sample.xlsx" ); var properties...information. C# var workbook = new Workbook ( "sample.xlsx" );...

    docs.aspose.com/cells/net/public-api-changes-in...
  2. Finding Absolute Position of Shape Inside the W...

    Learn how to find the absolute position of a shape inside a worksheet using Aspose.Cells for Node.js via C++....Excel file into the workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "sample.xlsx" )); //...

    docs.aspose.com/cells/nodejs-cpp/finding-absolu...
  3. Stop conversion or loading using InterruptMonit...

    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....to stop the conversion of a Workbook to various formats, such as...loading a huge workbook. Please use the Workbook.InterruptMonitor...

    docs.aspose.com/cells/net/stop-conversion-or-lo...
  4. How to Insert Picture in Cell with C++|Document...

    Learn how to insert a picture into a cell with Aspose.Cells using C++.... Instantiate a Workbook object. Get the cell where...property. Finally, it saves the workbook in the output XLSX format...

    docs.aspose.com/cells/cpp/how-to-insert-picture...
  5. Custom Number Format with Trailing Dots is igno...

    Hello, When a Workbook contains text-based cells with the custom number format “@ *.”, it shows the cell content with trailing dots. When this Workbook is exported to HTML, the custom format seems to be ignored and the …...2023, 8:32pm 1 Hello, When a workbook contains text-based cells...trailing dots . When this workbook is exported to HTML, the custom...

    forum.aspose.com/t/custom-number-format-with-tr...
  6. 使用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-...
  7. Using GlobalizationSettings Class for Custom Su...

    Learn how to customize subtotal labels and the other label of pie charts using the GlobalizationSettings class in Aspose.Cells for Node.js via C++....data const workbook = new AsposeCells . Workbook ( path . join...to a custom class instance workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/nodejs-cpp/using-globaliz...
  8. Render Unicode Supplementary characters in outp...

    Learn how to render Unicode Supplementary characters in output PDF using Aspose.Cells for Node.js via C++....characters const workbook = new AsposeCells . Workbook ( path . join...xlsx" )); // Save the workbook workbook . save ( path . join (...

    docs.aspose.com/cells/nodejs-cpp/render-unicode...
  9. 使用C++将工作表或图表导出为具有所需宽度和高度的图像|Documentation

    使用Aspose.Cells在C++中将工作表或图表导出为所需宽度和高度的图像。...Create workbook object from source file Workbook workbook ( sourceDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-worksheet-o...
  10. Working with Data Display Formats of DataField ...

    Learn how to work with data display formats of DataField in Pivot Table using Aspose.Cells for C++....Load a template file Workbook workbook ( srcDir + u "PivotTableSample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/working-with-data-dis...