Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 11,062 for

excel worksheet api

(0.12 sec)
  1. 不同的文件,设置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
  2. Update CSV File using Python | products.aspose.com

    Modify CSV document in Python applications without using Microsoft Excel....com/total/python-java/) API can help automate the CSV editing...is a full package of various APIs dealing different formats including...

    products.aspose.com/total/python-java/update/csv/
  3. 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-...
  4. Setting Formula for Named Range|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....Formula for Named Range Like the Excel application, Aspose.Cells for...for Python via .NET APIs provides the ability to specify a formula...

    docs.aspose.com/cells/python-net/setting-formul...
  5. Convert PPS to XLT in Android Apps or with free...

    Convert PPS to XLT in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPS to XLT online converter quickly before integrating the code....applications without using Microsoft ® Excel or PowerPoint Download Why to...is an Excel template file format used to store worksheets created...

    products.aspose.com/total/android-java/conversi...
  6. Refresh and Calculate Pivot Table having Calcul...

    This article shows how to refresh and calculate a pivot table having calculated items with Aspose.Cells for Python via .NET....sample code loads the source Excel file which contains a pivot...Aspose.Cells for Python via .NET APIs, and save the workbook in PDF...

    docs.aspose.com/cells/python-net/refresh-and-ca...
  7. Update CSV File using C++ | products.aspose.com

    Modify CSV document in C++ applications without using Microsoft Excel....for C++ API to automate this task. This comprehensive API package...Microsoft Excel documents. Notably, the Aspose.Cells for C++ API, part...

    products.aspose.com/total/cpp/update/csv/
  8. Create TSV Using Python | products.aspose.com

    Generate Microsoft Excel TSV documents using Python applications without using Microsoft Office....TSV File Via Python Generate Excel TSV Files via your Python Applications...Aspose.Total for Python via Java API can help to automate the create...

    products.aspose.com/total/python-java/create/tsv/
  9. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...请使用[code]output excel file[/code]检查使用此代码生成的 输出excel文件 。这是 输出excel文件 在Microsoft...在Microsoft Excel中的外观。 const path = require ( "path" ); const AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  10. The behavior of Cells.ExportDataTable() methods...

    In Aspose.Cells for .NET 24.7 Release Notes there is a Changes the behavior of Cells.ExportDataTable() methods. The change of behavior is causing issues for us. Is there a way for us to continue exporting a numeric cel…...ExportCustomDataTabl(Worksheet worksheet) { DataTable dataTable...DataTable(); int rowCount = worksheet.Cells.MaxDataRow + 1; int...

    forum.aspose.com/t/the-behavior-of-cells-export...