Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 140,161 for

xlsx

(0.1 sec)
  1. 用 C++ 使用内置文档属性指定Excel文件的语言|Documentation

    学习如何使用 Aspose.Cells for C++ 编程改变Excel文件的语言。...French" ); // Save the workbook in xlsx format wb . Save ( u ".. \\...outputSpecifyLanguag.xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/zh/cpp/specify-the-langua...
  2. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....workbook in xlsx format wb . Save ( outDir + u "output_out.xlsx" , SaveFormat...SaveFormat :: Xlsx ); std :: cout << "Workbook saved successfully...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  3. Specify the Language of the Excel File using Bu...

    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....French" ); // Save the workbook in xlsx format. wb . save ( path . join..."outputSpecifyLanguag.xlsx" ), AsposeCells . SaveFormat . Xlsx ); Specify...

    docs.aspose.com/cells/nodejs-cpp/specify-the-la...
  4. Convert Dates to Japanese Dates with Python.NET...

    Learn how to convert Gregorian dates to Japanese dates in Excel files using Aspose.Cells for Python via .NET....with XLSX format options = LoadOptions ( LoadFormat . XLSX ) options...source_dir , "JapaneseDates.xlsx" ), options ) # Save as PDF...

    docs.aspose.com/cells/python-net/convert-dates-...
  5. 使用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....xlsx" ); // Load sample Excel file...output XLSX format. wb . save ( "outputFormattingSlic.xlsx" , AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/formatting-...
  6. 使用C++处理ContentTypeProperties|Documentation

    使用Aspose.Cells在Excel文件中添加自定义ContentTypeProperties。...with XLSX format Workbook workbook ( FileFormatType :: Xlsx );...u "WorkingWithContentTy_out.xlsx" ); std :: cout << "Content...

    docs.aspose.com/cells/zh/cpp/working-with-conte...
  7. Why Not Open XML SDK|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....other formats XLSX XLS, CSV, SpreadsheetML 2003, XLSX, HTML, Tab...programming operation on an XLSX document, then Open XML SDK...

    docs.aspose.com/cells/net/why-not-open-xml-sdk/
  8. 档案

    档案...为此,本文演示了如何在 C# 中将 Excel XLS XLSX 转换为 PDF。 用于 Excel 到 PDF 转换的...PDF 的转换。 在 C# 中将 Excel XLS 或 XLSX 转换为 PDF Aspose.Cells for .NET...

    blog.aspose.com/zh/cells/convert-xls-and-xlsx-t...
  9. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.Xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 Xlsx fil…...xlsx) into PDF files using the Aspose...sample project containing 3 xlsx files with anonymized data....

    forum.aspose.com/t/gigantic-file-size-when-savi...
  10. 使用 C# 将 Word 转换为 Excel

    本文介绍如何使用 C# 将 Word 文档转换为 Excel。包含设置开发环境的详细步骤、执行转换的说明及使用 C# 开发 Word 到 Excel 转换器的示例代码。... 使用 C# 将 DOC 转换为 XLSX 的步骤 使用 Aspose.Words for .NET...Word 文件加载到 Document 对象中 定义输出格式为 XLSX Save 为 Excel 文件 以上步骤展示了如何构建一个...

    kb.aspose.com/zh/words/net/conversion-from-word...