Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 77,459 for

excel workbook api

(0.23 sec)
  1. | Aspose

    Sample code for JP2 to XLS Java conversion. Use Api example code for batch JP2 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/jp2-to-...
  2. | Aspose

    Sample code for BMP to XLS Java conversion. Use Api example code for batch BMP 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/bmp-to-...
  3. | Aspose

    Sample code for PNG to XLS Java conversion. Use Api example code for batch PNG 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/png-to-...
  4. | Aspose

    Sample code for TIFF to XLS Java conversion. Use Api example code for batch TIFF 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/tiff-to...
  5. 使用Node.js通过C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加数据透视连接。...Contents [ Hide ] 可能的使用场景 如果您想在Excel中关联切片器和数据透视表,右键点击切片器并选择“报告连接...作复选框。同样地,如果您想通过Aspose.Cells API编程方式关联切片器和数据透视表,请使用 Slicer.ad...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pivot-c...
  6. Convert DOCX to POTM via C++ or with free Onlin...

    Export DOCX to POTM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to POTM online converter quickly before integrating the code....Conversion DOCX to POTM C++ API to Convert DOCX to POTM or Online...powerful suite of file automation APIs that makes it easy to convert...

    products.aspose.com/total/cpp/conversion/docx-t...
  7. Convert WORD to JSON Format in Android Apps | p...

    Parse WORD to JSON format in Android Apps without using Microsoft Word or Excel...without using Microsoft ® Word or Excel Download Why to Convert Converting...manipulation and conversion APIs that can be used to convert...

    products.aspose.com/total/android-java/conversi...
  8. Update CSV File using .NET | products.aspose.com

    Modify CSV documents in C# VB.NET applications without using Microsoft Excel....NET API can help to automate the updating...full package of various .NET APIs dealing different formats including...

    products.aspose.com/total/net/update/csv/
  9. Android API to Render PDF to GIF | products.asp...

    Transform PDF to GIF via Android via Java Api...Android Java is a package of APIs that can be used to integrate...apps. The package includes two APIs: Aspose.PDF for Android via...

    products.aspose.com/total/android-java/conversi...
  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…...DPI); Workbook workbook = new Workbook(file_path1); Worksheet...Worksheet sheet = workbook.Worksheets[0]; sheet.Cells.SetColumnWidthInch(2...

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