Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 103,887 for

workbook

(0.19 sec)
  1. Merge ODS Files Online or using Java | products...

    Free online app to combine different ODS files. Java merging library code to merge ODS worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/java/merge/ods/
  2. Merge CSV Files Online or using .NET | products...

    Free online app to combine different CSV files. C# .NET merging library code to merge CSV worksheets into other formats....using Workbook class objects. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/net/merge/csv/
  3. Create Style object using CellsFactory class|Do...

    Learn how to create a cell style object using the CellsFactory class in Aspose.Cells for Node.js via C++. Customize the appearance of spreadsheet cells as needed....sets the default style of the workbook. Please download the output...

    docs.aspose.com/cells/nodejs-cpp/create-style-o...
  4. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...names of all shapes in the workbook are listed in the list on...corresponding shape/group in the workbook. 4 Select Group you can select...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  5. 【Aspose.Cells for .NET】CalculateFormulaをTRUE設定時...

    ■利用製品 Aspose.cell for .NET(v25.8) ■事象 Excel ファイルをPDFに変換する際、 CalculateFormula を TRUE に設定すると、一部のセルの値が変換元ファイルと一致しない。 一方、CalculateFormula を FALSE に設定した場合は、問題なく変換できる。 詳細は以下の添付ファイルをご参照ください。 20250908_48137.zip (1.6 MB) …...Rendering; // ① Excel をロード Workbook wb = new Workbook("0000110219_Asposedemo...CalculateFormula を実行 手順まとめ ロード → Workbook wb = new Workbook(path); エンジンバージョン合わせ(任意)...

    forum.aspose.com/t/aspose-cells-for-net-calcula...
  6. 通过JavaScript via C++配置渲染电子表格的字体|Documentation

    学习使用Aspose.Cells for JavaScript通过C++配置字体以渲染电子表格。确保字体可用以实现最佳转换效果。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/configu...
  7. 档案

    档案...创建新工作簿 intrusive_ptr<IWorkbook> workbook = Factory::CreateIWorkbook();...intrusive_ptr<IWorksheet> worksheet = workbook->GetIWorksheets()->GetObjectByIndex(0);...

    blog.aspose.com/zh/cells/create-charts-in-excel...
  8. Add Signature Line to the Worksheet|Documentation

    This article describes how to add a signature line to a worksheet using code with Aspose.Cells for Python via .NET....Signature Line in an Excel Workbook Analyzing your prompt, please...

    docs.aspose.com/cells/python-net/add-signature-...
  9. Specify the Language of the Excel File using Bu...

    Learn how to change the language of an Excel file programmatically using Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...

    docs.aspose.com/cells/go-cpp/specify-the-langua...
  10. Get Cells Range with Golang via C++|Documentation

    Learn how to get a cells range through the Aspose.Cells for C++ API....example shows how to: Create a workbook. Add data to cells in the...

    docs.aspose.com/cells/go-cpp/get-cells-range/