Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 103,512 for

workbook

(0.75 sec)
  1. 通过C++使用JavaScript获取区域的地址、单元格数量、偏移、整列和整个行|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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...creates ranges on a new empty workbook and prints info to the page...

    docs.aspose.com/cells/zh/javascript-cpp/get-add...
  2. 工作表缩放的可行解决方案|Aspose.Slides 文档

    在演示文稿中修复 Excel 工作表 OLE 缩放:通过两种方式保持对象框一致——缩放框架或工作表——适用于 PPT 和 PPTX 格式。... Workbook workbook = new com . aspose . cells...cells . Workbook ( "sample.xlsx" ); com . aspose . cells . Worksheet...

    docs.aspose.com/slides/zh/androidjava/working-s...
  3. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...using: Worksheet worksheet = workbook.getWorksheets().get("Design");...e.PDF_16); workbook.calculateFormula(); workbook.save(pdfFilePath...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  4. Default Excel font Aptos not printed - Free Sup...

    Dear Aspose, reporting an issue with improper Font display (Aptos). Sending you application which processes sample excel Workbook extracting svg as result (Default Aptose font is used in excel sheet but rendered svg…...which processes sample excel workbook extracting svg as result (Default...Excel to SVG rendering. Workbook workbook = new("g:\\test2\\Aptos...

    forum.aspose.com/t/default-excel-font-aptos-not...
  5. 通过Python.NET降低单元格Calculate方法的计算时间|Documentation

    了解如何使用Aspose.Cells for Python via .NET优化Excel单元格计算性能。通过设置CalculationOptions,减少计算时间。...Hide ] 可能的使用场景 通常,我们建议用户调用 workbook.calculate_formula() 方法一次,...time from aspose.cells import Workbook , CalculationOptions def ...

    docs.aspose.com/cells/zh/python-net/decrease-th...
  6. How to Remove Formula from Excel File in C++

    In this example, we will focus on how to remove formula from Excel file in C++. You can add or remove the formula from any cell of the excel worksheet programmatically in C++. By using few API calls, you can manage the Excel Worksheet cells formulas in C++ for both Microsoft Windows and Linux platforms....Aspose::Cells namespace Initialize the Workbook Class object to load Excel...will learn how to access the workbook and remove formula from Excel...

    kb.aspose.com/cells/cpp/how-to-remove-formula-f...
  7. Format cells|Documentation

    Learn how to format and style cells in Aspose.Cells for .NET, including number formatting, date formatting, font styles, and other cell style options. Our guide will help you create attractive and professional-looking spreadsheets....CreateStyle method of the Workbook class Access the newly added...Aspose.Cells provides a class, Workbook that represents a Microsoft...

    docs.aspose.com/cells/net/cells-formatting/
  8. 在Apache POI和Aspose.Cells中使用颜色|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提供一个代表Microsoft Excel文件的类 WorkbookWorkbook类包含一个WorksheetCollect...fromArgb ( 212 , 213 , 0 ); workbook . changePalette ( color ,...

    docs.aspose.com/cells/zh/java/working-with-colo...
  9. 使用 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...
  10. 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 if its VBA...VBA Project while loading a workbook Modifying VBA or Macro Code...

    docs.aspose.com/cells/java/find-out-if-vba-proj...