Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 19,599 for

custom data

(0.09 sec)
  1. Facing Issue in percentage formatting - Free Su...

    Hi I am trying to export excel where I am getting some Data in decimal format and I need to convert that Data in percentage format I am using below method in .Net Core, private static void FormatPercentCell(Aspose.Cell…...some data in decimal format and I need to convert that data in...style = cell.GetStyle(); style.Custom = “0.00%”; cell.SetStyle(style);...

    forum.aspose.com/t/facing-issue-in-percentage-f...
  2. how to customize UI appearance for modal window...

    This article describes how to Customize UI appearance for modal window in GridJs....Ask AI how to customize UI appearance for modal window in GridJs...system with built-in support for custom styling. Each modal window...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  3. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk.... \\ Data \\ 01_SourceDirectory \\ " );...U16String outDir ( u ".. \\ Data \\ 02_OutputDirectory \\ " );...

    docs.aspose.com/cells/cpp/calculate-formulas/
  4. NdJson to Excel in reactive progreamming - Free...

    hi Team, we have a use case where we have NdJson stream coming over http and want to convert the json Data into excel file . The json object will vary for different request. Is aspose going to use memory operation to par…...and want to convert the json data into excel file . The json object...convert NdJson data into an Excel format for better data manipulation...

    forum.aspose.com/t/ndjson-to-excel-in-reactive-...
  5. Aspose::Words::Drawing::Charts::AxisTimeUnit en...

    Aspose::Words::Drawing::Charts::AxisTimeUnit enum. Specifies the unit of time for axes in C++....Days 1 Specifies that the chart data shall be shown in days. Months...Months 2 Specifies that the chart data shall be shown in months. Years...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method...PAGE_BREAK ) # 2 - Inline shape with custom dimensions: builder . insert_image...) # 3 - Floating shape with custom dimensions: builder . insert_image...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Export FODS to DOC in Android or with free Onli...

    Android API to Convert FODS to DOC without using Microsoft Word or online. Test free FODS to DOC online converter quickly before integrating the code....Converter for FODS to DOC Remove Custom Properties from FODS File in...remove custom properties of FODS document. To remove custom properties...

    products.aspose.com/total/android-java/conversi...
  8. Export XLTM to DOCX in Android or with free Onl...

    Android API to Convert XLTM to DOCX without using Microsoft Word or online. Test free XLTM to DOCX online converter quickly before integrating the code....Converter for XLTM to DOCX Remove Custom Properties from XLTM File in...remove custom properties of XLTM document. To remove custom properties...

    products.aspose.com/total/android-java/conversi...
  9. Aspose::Words::IWarningCallback interface | Asp...

    Aspose::Words::IWarningCallback interface. Implement this interface if you want to have your own Custom method called to capture loss of fidelity warnings that can occur during document loading or saving in C++....if you want to have your own custom method called to capture loss...result in loss of formatting or data fidelity. Examples Shows how...

    reference.aspose.com/words/cpp/aspose.words/iwa...
  10. Convert Excel to PDF with C++|Documentation

    Learn how to convert Excel workbooks to PDF format using Aspose.Cells with C++.... Do any work (input data, apply formatting, set formulas...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/cpp/convert-excel-to-pdf/