Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 11,221 for

excel worksheet api

(0.18 sec)
  1. | Aspose

    Sample code for JPEG2000 to XLS Java conversion. Use Api example code for batch JPEG2000 files to XLS conversion within any Web or Desktop Java based application....OCR for Java Overview API Home Code samples Live Demos...Demos Download Learn Overview API Home Code samples Live Demos Download...

    products.aspose.com/ocr/java/conversion/jpeg200...
  2. | Aspose

    Sample code for TIF to XLS Java conversion. Use Api example code for batch TIF files to XLS conversion within any Web or Desktop Java based application....OCR for Java Overview API Home Code samples Live Demos...Demos Download Learn Overview API Home Code samples Live Demos Download...

    products.aspose.com/ocr/java/conversion/tif-to-...
  3. 调整图表数据标签形状以适应文本,支持 Node.js via C++|Documentation

    学习如何在 Aspose.Cells for Node.js via C++ 中调整图表中数据标签的大小以适应文本。我们的指南将向您展示如何调整标签容器的大小和形状,以确保文本正确显示且无截断或重叠。...js via C++ Contents [ Hide ] Excel应用程序提供了 调整形状以适应文本 选项,用于图表的数据...如何在Microsoft Excel中调整图表数据标签的形状以适应文本 此选项可通过在 Excel 界面中选择图表上的任意数据标签,右键点击并选择...

    docs.aspose.com/cells/zh/nodejs-cpp/resize-char...
  4. Implement 1904 Date System with JavaScript via ...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the implementation of the 1904 date system, allowing users to calculate and format based on the January 1, 1904 date system. This article describes how to implement the 1904 date system using the Aspose.Cells library....Contents [ Hide ] Microsoft Excel supports two date systems: the...date system implemented in Excel for Windows) and the 1904 date...

    docs.aspose.com/cells/javascript-cpp/implement-...
  5. 使用JavaScript通过C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍如何通过C++的JavaScript Api在将Excel文件以PDF格式渲染时,为目标工作表设置自定义纸张大小。...Hide ] 可能的使用场景 MS Excel 没有直接创建自定义纸张大小的选项,但在将 Excel 文件渲染为 PDF 时,可以设置自定义纸张大小。本文介绍如何使用...时,可以设置自定义纸张大小。本文介绍如何使用 Aspose.Cells API 设置工作表的自定义纸张大小。 实现工作表的自定义纸张大小以进行渲染...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  6. Manage Comments and Notes with Golang via C++|D...

    Insert and manage comments or notes with Aspose.Cells for C++....Cells API at runtime. This topic discusses...cells using the Aspose.Cells API. Formatting comments will also...

    docs.aspose.com/cells/go-cpp/comments-and-notes/
  7. Aspose.Cells 8.8.1中的公共API更改|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....1中的公共API更改 Contents [ Hide ] 该文档描述了从版本8.8.0到8...0到8.8.1的Aspose.Cells API的更改,这可能对模块/应用程序开发人员很有兴趣。它不仅包括新的和已更新的公...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in Python to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look....NET APIs provide the means to add & manipulate...formatting rules for the Worksheet object. These rules can be...

    docs.aspose.com/cells/python-net/apply-shading-...
  9. Convert POTX to XLT Format via Java or with fre...

    Convert POTX to XLT format via Java without using using Microsoft Excel or PowerPoint or online. Test free POTX to XLT online converter quickly before integrating the code....or Online App On Premise Java API to export POTX to XLT without...without using Microsoft ® Excel or PowerPoint Download Aspose.Total...

    products.aspose.com/total/java/conversion/potx-...
  10. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...Workbook(file_path1); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells...Workbook(file_path2); Worksheet sheet2 = workbook2.Worksheets[0]; sheet2...

    forum.aspose.com/t/cellshelper-dpi-120/322191