Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 157,828 for

xlsx

(0.2 sec)
  1. API Reference|Documentation

    Learn about Aspose.3D for Java classes and methods, along with code examples and instructions on how to use them to directly view, convert, repair, and merge 3D files....exporting 3D files to DOCX, XLSX, PPTX, and HTML formats. The...

    docs.aspose.com/3d/java/api-reference/
  2. Word-ից Excel փոխարկում Python-ի օգնությամբ

    Հետևեք այս հոդվածին՝ Word փաստաթուղթը Excel ձևաչափի փոխարկելու համար՝ օգտագործելով Python։ Այն պարունակում է IDE-ի կարգավորման բոլոր մանրամասները, քայլերի ցանկը և օրինակային կոդ՝ Python-ում պարզ Word DOC-ից Excel փոխարկիչ կառուցելու համար։... Քայլեր՝ DOC ֆայլը XLSX փոխարկելու համար Python-ով Կարգավորեք...Օգտագործեք save մեթոդը՝ SaveFormat.XLSX արժեքով Excel ֆայլ ստեղծելու...

    kb.aspose.com/hy/words/python/conversion-from-w...
  3. Copy Row Heights of Source Range to Destination...

    Learn how to copy row heights from a source range to a destination range using Aspose.Cells for C++....range" ); // Save the workbook in xlsx format workbook . Save ( outDir...outDir + u "output_out.xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/cpp/copy-row-heights-of-s...
  4. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...range" ); // Save the workbook in xlsx format workbook . Save ( outDir...outDir + u "output_out.xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  5. Extract OLE Objects from Workbook with Node.js ...

    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" )); // Get the OleObject collection...Excel97To2003 : fileName += "xlsx" ; break ; case AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/extract-ole-ob...
  6. 用 JavaScript 和 C++ 在工作表中显示公式而非值|Documentation

    本文提供了使用 C++ 的 JavaScript API 以编程方式在 Excel 工作表或电子表格中显示公式而非值的示例代码。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/show-fo...
  7. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for JavaScript via C++....xlsx,.csv" /> < button id = "runExample"...outputData = wb . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/set-line-s...
  8. 获取范围内的超链接|Documentation

    了解如何通过Aspose.Cells for JavaScript在C++ API中获取区域中的超链接。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/get-hyp...
  9. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Excel 2007 and later versions in XLSX format on cells at runtime....workbook ( srcDir + u "Book1.xlsx" ); // Get the first worksheet...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  10. 使用Node.js与C++保护和取消保护工作簿结构|Documentation

    使用Node.js通过C++保护和取消保护Excel文件的工作簿结构。...xlsx" ); // Create a new file. const...path . join ( dataDir , "Book1.xlsx" ); // Open an Excel file which...

    docs.aspose.com/cells/zh/nodejs-cpp/protect-and...