Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 104,092 for

workbook

(0.21 sec)
  1. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...// Load workbook and save as out.pdf const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  2. Excel data label font properties manipulation (...

    Hi Team, I have the following excel file. chart-forum.zip (15.8 KB) In it there is a simple chart, with one graph representing one data series. Data labels are added to the chart. The default setting is 11px fontsize…...Cells Load the workbook and obtain the chart. Make...Aspose.Cells.Charts; Workbook wb = new Workbook(@"C:\Input.xlsx");...

    forum.aspose.com/t/excel-data-label-font-proper...
  3. 如何通过C++使用JavaScript设置打印区域|Documentation

    本文向您展示了如何使用C++的Aspose.Cells库中的JavaScript设置打印区域的代码。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Load the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. Node.js与C++中的表格和区域|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 ( filePath ); // Convert the...in it const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/tables-and-...
  5. Set DefaultFont property of PdfSaveOptions and ...

    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....DefaultFont to all the text in a workbook that uses a missing (not installed)...to set the workbook’s default font (i.e., Workbook.DefaultStyle...

    docs.aspose.com/cells/python-net/set-defaultfon...
  6. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell value satisfies data validation rules through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/verify-tha...
  7. Export Range of Cells in a Worksheet to Image w...

    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 , ImageOrPrintOptions , ImageType...// Create workbook from uploaded file. const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/export-ran...
  8. 使用JavaScript via C++导出不被网页浏览器支持的边框样式时,导出类似的边框样式...

    学习如何在将Excel文件转换为HTML时导出网页浏览器不支持的边框,使用Aspose.Cells for JavaScript via C++。..."text/javascript" > const { Workbook , SaveFormat , HtmlSaveOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  9. A large row ID value truncated when row column ...

    Hi, I’ve enabled setPrintHeadings on a worksheet prior to converting it to PDF and I noticed that row IDs that are greater than 999 (i.e. 4 digits) are truncated in the PDF. (see screenshot) Is there a way to set the …...your Excel file Workbook workbook = new Workbook(filePath + "sample...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/a-large-row-id-value-truncat...
  10. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.all indicates...

    docs.aspose.com/cells/python-net/save-specified...