Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 159,752 for

xlsx

(0.65 sec)
  1. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....xlsx ) to the output JSON file (...inputFilePath = srcDir + u "Book1.xlsx" ; // Create workbook Workbook...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  2. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....for XLSX format LoadOptions options ( LoadFormat :: Xlsx ); //...( srcDir + u "JapaneseDates.xlsx" , options ); // Save the workbook...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  3. Add XML Map inside the Workbook using XmlMapCol...

    Add XML Map inside the workbook using XmlMapCollection.Add method with C++....inputXmlMap ); // Save the workbook in XLSX format U16String outputFilePath...outputFilePath = srcDir + u "output_out.xlsx" ; workbook . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/add-xml-map-inside-th...
  4. 使用C++渲染自定义日期格式g和ge mm dd|Documentation

    Aspose.Cells是一个支持使用自定义日期格式 g 和 ge 渲染日期的C++库。本文将描述如何使用Aspose.Cells库渲染自定义日期格式,以便用户可以控制日期的显示方式。...xlsx)和Aspose.Cells转换的PDF(5112360...dd的自定义格式模式的源Excel文件(5112361.xlsx)成为输出PDF(5112360.pdf)。 #include...

    docs.aspose.com/cells/zh/cpp/render-custom-date...
  5. Verify Password of Encrypted Files with JavaScr...

    Verify the password of encrypted Excel (Xlsx, xlsb, xls, xlsm) and OpenOffice (ODS) files using Aspose.Cells for JavaScript via C++....Contents [ Hide ] If Excel (xlsx, xlsb, xls, xlsm) and OpenOffice..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/verify-pas...
  6. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for Node.js via C++....saves the workbook in output XLSX and output XLSB formats . The...saves the workbook in output XLSX format. Sample Code AI Document...

    docs.aspose.com/cells/nodejs-cpp/create-slicer/
  7. C++ API to Convert XPS to CSV | products.aspose...

    Convert XPS to CSV via C++ API without using Microsoft Excel or Adobe Reader...step, you can export XPS to XLSX by using Aspose.PDF for C++...Programming API, you can convert XLSX to CSV. Aspose.Total for C++...

    products.aspose.com/total/cpp/conversion/xps-to...
  8. Aspose::Words::Saving::XlsxSaveOptions class | ...

    Aspose::Words::Saving::XlsxSaveOptions class. Can be used to specify additional options when saving a document into the Xlsx format. To learn more, visit the documentation article in C++....when saving a document into the Xlsx format. To learn more, visit...object is used. Can only be Xlsx . get_SectionMode () const Gets...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. 用JavaScript通过C++插入Excel文件的图片和形状|Documentation

    使用Aspose.Cells for Java脚本通过C++管理Excel文件中的图片、OLE对象和形状。...xlsx,.csv" /> < p > Select an image..."excelInput" accept = ".xls,.xlsx" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  10. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.Xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...xlsx”); Stopwatch sw = Stopwatch...Workbook wb = new Workbook(@"Test.xlsx"); // Disable auto calculation...

    forum.aspose.com/t/workbook-calculateformula-is...